Update _common-4.0.scss

This commit is contained in:
vinceliuice 2023-09-04 00:13:44 +08:00
parent 605328f5c8
commit 0e3cc3c036

View file

@ -2172,6 +2172,13 @@ headerbar {
background-color: $header_bg_backdrop;
border-color: if($variant=='light', lighten($header_border, 15%), darken($header_border, 3%));
}
&.flat {
&, &:backdrop {
border: none;
background: none;
}
}
}
&.default-decoration {