mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-01 00:05:33 +01:00
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
1
changelog.d/no-preserve-selection-color.fix
Normal file
1
changelog.d/no-preserve-selection-color.fix
Normal file
@ -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
Block a user