Merge branch 'master' of github.com:vinceliuice/Orchis-theme

master
vinceliuice 3 years ago
commit 7b6f1a39c8

@ -225,7 +225,7 @@
box-shadow: none;
text-shadow: none;
color: $text-secondary;
background-color: if($variant == 'light', rgba(black, 0.04), rgba(white, 0.03));
background-color: $fill;
&:hover, &:focus {
color: $text;

@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none;
text-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.03);
background-color: rgba(255, 255, 255, 0.04);
}
.world-clocks-button:hover, .world-clocks-button:focus,

@ -900,7 +900,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none;
text-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.03);
background-color: rgba(255, 255, 255, 0.04);
}
.world-clocks-button:hover, .world-clocks-button:focus,

@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none;
text-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.03);
background-color: rgba(255, 255, 255, 0.04);
}
.world-clocks-button:hover, .world-clocks-button:focus,

@ -996,7 +996,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
box-shadow: none;
text-shadow: none;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.03);
background-color: rgba(255, 255, 255, 0.04);
}
.world-clocks-button:hover, .world-clocks-button:focus,

Loading…
Cancel
Save