theme: embolden the parent item of a submenu
This commit is contained in:
parent
b772a14cbd
commit
2758c71cf7
@ -424,6 +424,7 @@ StScrollBar {
|
||||
&:checked {
|
||||
background-color: darken($bg_color,2%);
|
||||
box-shadow: inset 0 1px 0px lighten($borders_color,5%);
|
||||
font-weight: bold;
|
||||
}
|
||||
&:hover { background-color: $selected_bg_color; }
|
||||
&:active { background-color: darken($selected_bg_color,5%); }
|
||||
|
@ -762,7 +762,8 @@ StScrollBar {
|
||||
padding: .4em 0em .4em 1.75em; }
|
||||
.popup-menu .popup-menu-item:checked {
|
||||
background-color: black;
|
||||
box-shadow: inset 0 1px 0px #0d0d0d; }
|
||||
box-shadow: inset 0 1px 0px #0d0d0d;
|
||||
font-weight: bold; }
|
||||
.popup-menu .popup-menu-item:hover {
|
||||
background-color: #215d9c; }
|
||||
.popup-menu .popup-menu-item:active {
|
||||
|
@ -762,7 +762,8 @@ StScrollBar {
|
||||
padding: .4em 0em .4em 1.75em; }
|
||||
.popup-menu .popup-menu-item:checked {
|
||||
background-color: #343a3a;
|
||||
box-shadow: inset 0 1px 0px #282c2c; }
|
||||
box-shadow: inset 0 1px 0px #282c2c;
|
||||
font-weight: bold; }
|
||||
.popup-menu .popup-menu-item:hover {
|
||||
background-color: #215d9c; }
|
||||
.popup-menu .popup-menu-item:active {
|
||||
|
Loading…
Reference in New Issue
Block a user