mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix light mode text selection
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
@apply bg-selection;
|
||||
::selection,
|
||||
.cm-selectionBackground {
|
||||
@apply bg-selection !important;
|
||||
}
|
||||
|
||||
/* Disable user selection to make it more "app-like" */
|
||||
|
||||
Reference in New Issue
Block a user