fix: set same color for text selection on mozilla

This commit is contained in:
thecodrr
2021-12-11 14:22:07 +05:00
parent ea9a8d7d01
commit 09ac3dafa6

View File

@@ -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);
}