Merge branch 'tusooa/no-preserve-selection-color' into 'develop'
Ensure selection text color has enough contrast See merge request pleroma/pleroma-fe!1917
This commit is contained in:
commit
e33734b474
|
@ -0,0 +1 @@
|
|||
Ensure selection text color has enough contrast
|
|
@ -37,7 +37,7 @@ export default {
|
|||
|
||||
// Selection colors
|
||||
'--selectionBackground': 'color | --accent',
|
||||
'--selectionText': 'color | $textColor(--accent, --text)'
|
||||
'--selectionText': 'color | $textColor(--accent, --text, no-preserve)'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue