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