Fixed Zorin issues

This commit is contained in:
Vince
2021-08-29 00:27:35 +08:00
parent 9735e27bad
commit 847cc8d4b4
5 changed files with 15 additions and 1 deletions

View File

@@ -184,20 +184,24 @@
color: $alt_fg_color !important;
background-color: rgba($fg_color, 0.1);
border: none;
background-gradient-direction: none !important;
&:hover, &:focus {
background-color: rgba($fg_color, 0.15);
color: $fg_color !important;
background-gradient-direction: none !important;
}
&:active {
background-color: darken($primary_color, 5%);
color: $light_fg_color !important;
background-gradient-direction: none !important;
}
&:selected {
background-color: $primary_color;
color: $light_fg_color !important;
background-gradient-direction: none !important;
&:hover, &:focus {
background-color: lighten($primary_color, 8%);

View File

@@ -12,20 +12,24 @@
color: white !important;
background-color: $primary_color;
box-shadow: inset 0 1px 0 0 rgba(white,0.1);
background-gradient-direction: none !important;
&:hover {
color: white !important;
background-color: lighten($primary_color, 9%);
background-gradient-direction: none !important;
}
&:active {
color: white !important;
background-color: darken($primary_color, 5%);
background-gradient-direction: none !important;
}
&:insensitive {
background-color: rgba($primary_color, 0.05);
color: rgba($primary_color, 0.35) !important;
background-gradient-direction: none !important;
}
}

View File

@@ -98,10 +98,12 @@ $popop_menuitem_radius: $wm_radius - 4px;
box-shadow: none;
color: $alt_fg_color;
background-color: $submenu_bg_color;
background-gradient-direction: none !important;
&.hover, &.selected {
&:hover, &.selected {
color: $selected_fg_color;
background-color: $selected_bg_color;
background-gradient-direction: none !important;
}
&:active {