mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
ea95cfa5e2
commit
e526f79e50
@ -23,22 +23,6 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
%show_apps_bigsur {
|
|
||||||
.show-apps-icon {
|
|
||||||
color: transparent !important;
|
|
||||||
background-image: url("assets/view-app-grid.svg");
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
|
|
||||||
&,
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:checked,
|
|
||||||
&:focus {
|
|
||||||
.overview-icon, .show-apps-icon { color: transparent !important; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// overall menu
|
// overall menu
|
||||||
#calendarArea {
|
#calendarArea {
|
||||||
padding: $base_margin 0;
|
padding: $base_margin 0;
|
||||||
|
@ -24,6 +24,22 @@ $dash_placeholder_size: 32px;
|
|||||||
@include font(body-1);
|
@include font(body-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%show_apps_bigsur {
|
||||||
|
.show-apps-icon {
|
||||||
|
color: transparent !important;
|
||||||
|
background-image: url("assets/view-app-grid.svg");
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
&,
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:checked,
|
||||||
|
&:focus {
|
||||||
|
.overview-icon, .show-apps-icon { color: transparent !important; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Show apps button
|
// Show apps button
|
||||||
.show-apps {
|
.show-apps {
|
||||||
@if $showapps_button == "bigsur" {
|
@if $showapps_button == "bigsur" {
|
||||||
|
@ -204,6 +204,8 @@
|
|||||||
|
|
||||||
.show-apps,
|
.show-apps,
|
||||||
.app-well-app {
|
.app-well-app {
|
||||||
|
color: $light_fg_color;
|
||||||
|
|
||||||
&:hover .overview-icon,
|
&:hover .overview-icon,
|
||||||
&:focus .overview-icon,
|
&:focus .overview-icon,
|
||||||
&:selected .overview-icon {
|
&:selected .overview-icon {
|
||||||
|
@ -179,6 +179,8 @@
|
|||||||
|
|
||||||
.show-apps,
|
.show-apps,
|
||||||
.overview-tile {
|
.overview-tile {
|
||||||
|
color: $light_fg_color;
|
||||||
|
|
||||||
&:hover .overview-icon,
|
&:hover .overview-icon,
|
||||||
&:focus .overview-icon,
|
&:focus .overview-icon,
|
||||||
&:selected .overview-icon {
|
&:selected .overview-icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user