Merge branch 'tusooa/no-preserve-selection-color' into 'develop'

Ensure selection text color has enough contrast

See merge request pleroma/pleroma-fe!1917
merge-requests/1931/head
HJ 4 months ago
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…
Cancel
Save