mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
Avoid the background invisible when selecting text with background color
This commit is contained in:
parent
047109f821
commit
8355e02e91
@ -1222,6 +1222,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: #3399FF70;
|
||||||
|
}
|
||||||
|
|
||||||
[data-bs-toggle="tooltip"]:not(.button-widget) span {
|
[data-bs-toggle="tooltip"]:not(.button-widget) span {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-bottom: 1px dotted;
|
border-bottom: 1px dotted;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user