Ensure selection text color has enough contrast
This commit is contained in:
parent
82db31f7ac
commit
3da6f8a2d1
|
@ -0,0 +1 @@
|
||||||
|
Ensure selection text color has enough contrast
|
|
@ -37,7 +37,7 @@ export default {
|
||||||
|
|
||||||
// Selection colors
|
// Selection colors
|
||||||
'--selectionBackground': 'color | --accent',
|
'--selectionBackground': 'color | --accent',
|
||||||
'--selectionText': 'color | $textColor(--accent, --text)'
|
'--selectionText': 'color | $textColor(--accent, --text, no-preserve)'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue