This commit is contained in:
Vince 2021-06-28 09:52:08 +08:00
parent e7a0277111
commit bbc4f944db
2 changed files with 15 additions and 4 deletions

View File

@ -24,18 +24,17 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
%show_apps_bigsur { %show_apps_bigsur {
.show-apps-icon { .show-apps-icon {
color: transparent; color: transparent !important;
background-image: url("assets/view-app-grid.svg"); background-image: url("assets/view-app-grid.svg");
background-size: contain; background-size: contain;
} }
.overview-icon { color: transparent; } &,
&:hover, &:hover,
&:active, &:active,
&:checked, &:checked,
&:focus { &:focus {
.show-apps-icon { color: transparent; } .overview-icon, .show-apps-icon { color: transparent !important; }
} }
} }

View File

@ -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 Extension
.openweather { .openweather {