From 3eef8eef559ac95d584d3453cc98d3d7b02fef71 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 17 Jun 2021 12:31:41 +0800 Subject: [PATCH] update --- src/sass/gtk/_common-3.0.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 845a09e2..9f59deaf 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -4167,7 +4167,7 @@ decoration { // // Titlebuttons // -.background headerbar { +headerbar { button.titlebutton { &.close, &.maximize, &.minimize { min-width: 16px; @@ -4186,7 +4186,7 @@ decoration { &: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 $l, $m in ('',''), (':backdrop','-backdrop'), (':backdrop:hover','-backdrop-hover'), (':hover','-hover'), (':active','-active') { &.#{$k}#{$l} {