Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 8355e02

Browse files
committed
Avoid the background invisible when selecting text with background color
1 parent 047109f commit 8355e02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
12221222
background-color: inherit;
12231223
}
12241224

1225+
::selection {
1226+
background-color: #3399FF70;
1227+
}
1228+
12251229
[data-bs-toggle="tooltip"]:not(.button-widget) span {
12261230
padding-bottom: 0;
12271231
border-bottom: 1px dotted;

0 commit comments

Comments
 (0)