Fixed #333
This commit is contained in:
parent
e7a0277111
commit
bbc4f944db
@ -24,18 +24,17 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
||||
|
||||
%show_apps_bigsur {
|
||||
.show-apps-icon {
|
||||
color: transparent;
|
||||
color: transparent !important;
|
||||
background-image: url("assets/view-app-grid.svg");
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.overview-icon { color: transparent; }
|
||||
|
||||
&,
|
||||
&:hover,
|
||||
&:active,
|
||||
&:checked,
|
||||
&:focus {
|
||||
.show-apps-icon { color: transparent; }
|
||||
.overview-icon, .show-apps-icon { color: transparent !important; }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
//
|
||||
// Dash to panel
|
||||
//
|
||||
|
||||
#preview-menu {
|
||||
margin: 0 6px 6px !important;
|
||||
padding-bottom: 8px !important;
|
||||
|
||||
&, &:hover, &:selected {
|
||||
border-radius: $wm_radius !important;
|
||||
}
|
||||
}
|
||||
|
||||
// OpenWeather Extension
|
||||
.openweather {
|
||||
|
Loading…
x
Reference in New Issue
Block a user