This commit is contained in:
vinceliuice
2025-07-10 16:16:52 +08:00
parent 58a7cc78af
commit 4317982fb2
2 changed files with 9 additions and 2 deletions

View File

@@ -2118,6 +2118,15 @@ headerbar {
entry {
@extend %headerbar_entrys;
border-spacing: 4px;
&.location-entry {
padding: 2px;
> text {
margin-left: $container_padding * 2;
margin-right: $container_padding * 2;
}
}
}
button {
@@ -2316,7 +2325,6 @@ headerbar {
background-color: transparent;
background-image: none;
color: transparent;
-gtk-icon-size: 0;
}
&.close, &.maximize, &.minimize {

View File

@@ -1092,7 +1092,6 @@ themeswitcher { // Gnome console
box-shadow: none;
color: transparent;
-gtk-icon-source: none;
-gtk-icon-size: 0;
}
}