update
This commit is contained in:
parent
88bd54a029
commit
3eef8eef55
1 changed files with 2 additions and 2 deletions
|
@ -4167,7 +4167,7 @@ decoration {
|
||||||
//
|
//
|
||||||
// Titlebuttons
|
// Titlebuttons
|
||||||
//
|
//
|
||||||
.background headerbar {
|
headerbar {
|
||||||
button.titlebutton {
|
button.titlebutton {
|
||||||
&.close, &.maximize, &.minimize {
|
&.close, &.maximize, &.minimize {
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
|
@ -4186,7 +4186,7 @@ decoration {
|
||||||
&:backdrop { opacity: 1; }
|
&:backdrop { opacity: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load png assets for each button, Fix the Chrome window restore button bug
|
// Load png assets for each button
|
||||||
@each $k in ('close', 'maximize', 'minimize') {
|
@each $k in ('close', 'maximize', 'minimize') {
|
||||||
@each $l, $m in ('',''), (':backdrop','-backdrop'), (':backdrop:hover','-backdrop-hover'), (':hover','-hover'), (':active','-active') {
|
@each $l, $m in ('',''), (':backdrop','-backdrop'), (':backdrop:hover','-backdrop-hover'), (':hover','-hover'), (':active','-active') {
|
||||||
&.#{$k}#{$l} {
|
&.#{$k}#{$l} {
|
||||||
|
|
Loading…
Reference in a new issue