mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: set same color for text selection on mozilla
This commit is contained in:
@@ -138,11 +138,6 @@
|
||||
height: 15px !important;
|
||||
}
|
||||
|
||||
::-moz-selection,
|
||||
::selection {
|
||||
background: var(--textSelection);
|
||||
}
|
||||
|
||||
.mce-content-body code[data-mce-selected="inline-boundary"]:not(pre code) {
|
||||
background-color: var(--bgSecondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user