mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-06-20 09:49:23 +00:00
update
This commit is contained in:
@@ -1691,8 +1691,17 @@ headerbar {
|
||||
min-height: 0;
|
||||
min-width: 120px;
|
||||
padding: 0 0;
|
||||
background-color: transparent;
|
||||
|
||||
> stack > box { padding: 0 $container_padding * 2; }
|
||||
> stack > box {
|
||||
padding: 0 $container_padding * 2;
|
||||
|
||||
&.narrow {
|
||||
font-size: 10px;
|
||||
|
||||
image { margin-top: $container_padding / 2; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> box > separator.titlebutton { @extend %header_separator; }
|
||||
@@ -4158,6 +4167,37 @@ stackswitcher {
|
||||
// button.circular { @extend %circular_button; }
|
||||
}
|
||||
|
||||
.background viewswitcher {
|
||||
button:not(.suggested-action):not(.destructive-action) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-shadow: none;
|
||||
background-color: $fill_color;
|
||||
background-image: none;
|
||||
@extend %linked;
|
||||
|
||||
> stack > box {
|
||||
padding: $container_padding $container_padding * 2;
|
||||
|
||||
&.narrow { font-size: 10px; }
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $divider_color;
|
||||
color: $fg_color
|
||||
}
|
||||
|
||||
&:active, &:checked {
|
||||
background-color: $track_color;
|
||||
color: $fg_color;
|
||||
border-color: if($variant=='light', $borders_color, $dark_borders_color);
|
||||
background-clip: if($variant=='light', border-box, padding-box);
|
||||
|
||||
& + button { border-left-color: if($variant=='light', rgba(black, 0.3), $dark_borders_color); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Dnd
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user