Fix gnome-shell-3.34 issues

This commit is contained in:
EliverLara
2019-11-08 11:51:46 -06:00
parent a8ffdd73ac
commit 3293c631a6
2 changed files with 8 additions and 2 deletions

View File

@@ -516,6 +516,7 @@ StScrollBar {
.popup-menu {
min-width: 15em;
background-color: transparent;
color: $fg_color;
.popup-menu-arrow { } //defined globally in the TOP BAR
.popup-sub-menu {
@@ -987,6 +988,7 @@ StScrollBar {
padding: 0.1em;
margin: 2px;
border-radius: 1.4em;
color: $fg_color;
&:hover,&:focus { background-color: lighten($bg_color,5%); }
&:active,&:selected {
color: $selected_fg_color;
@@ -1084,6 +1086,7 @@ StScrollBar {
//@include gradient();
box-shadow: 2px 0px 0px 0px $g2 inset;
}
border: none;
border-radius: 1px;
background: transparent;
}