mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-13 22:18:59 +00:00
update
This commit is contained in:
@@ -1494,7 +1494,7 @@ headerbar {
|
||||
transition: $backdrop_transition;
|
||||
color: transparentize($header_fg, 0.3);
|
||||
background-color: $header_bg_backdrop;
|
||||
border-color: if($variant=='light', lighten($header_border, 5%), darken($header_border, 3%));
|
||||
border-bottom: 1px solid if($variant=='light', lighten($header_border, 5%), darken($header_border, 3%));
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1759,17 +1759,6 @@ headerbar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.maximized & {
|
||||
background-color: $header_bg;
|
||||
border-color: opacify($header_border, 1);
|
||||
box-shadow: none;
|
||||
|
||||
&:backdrop {
|
||||
background-color: $header_bg_backdrop;
|
||||
border-color: if($variant=='light', lighten($header_border, 15%), darken($header_border, 3%));
|
||||
}
|
||||
}
|
||||
|
||||
&.default-decoration {
|
||||
min-height: $medium_size;
|
||||
padding: 0 $container_padding * 2;
|
||||
|
||||
Reference in New Issue
Block a user