mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-03 04:55:24 +00:00
Fixed #198
This commit is contained in:
@@ -14,5 +14,8 @@ $nautilus_style: 'stable';
|
||||
// Gnome-shell panel opacity
|
||||
$panel_opacity: 0.15;
|
||||
|
||||
// Gnome-shell show apps button style
|
||||
$showapps_button: 'bigsur';
|
||||
|
||||
// maximized window radius
|
||||
$max_window_style: 'square';
|
||||
|
||||
@@ -24,20 +24,26 @@ $dash_placeholder_size: 32px;
|
||||
-x-offset: 8px;
|
||||
}
|
||||
|
||||
%show_apps_bigsur {
|
||||
.show-apps-icon {
|
||||
color: transparent;
|
||||
background-image: url("assets/view-app-grid.svg");
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.overview-icon { color: transparent; }
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:checked,
|
||||
&:focus {
|
||||
.show-apps-icon { color: transparent; }
|
||||
}
|
||||
}
|
||||
|
||||
// Show apps button
|
||||
.show-apps .show-apps-icon {
|
||||
color: transparent;
|
||||
background-image: url("assets/view-app-grid.svg");
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.show-apps .overview-icon {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.show-apps:hover .show-apps-icon,
|
||||
.show-apps:active .show-apps-icon,
|
||||
.show-apps:checked .show-apps-icon,
|
||||
.show-apps:focus .show-apps-icon {
|
||||
color: transparent;
|
||||
.show-apps {
|
||||
@if $showapps_button == "bigsur" {
|
||||
@extend %show_apps_bigsur;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user