Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme

This commit is contained in:
vinceliuice
2023-03-16 21:25:50 +08:00
3 changed files with 12 additions and 2 deletions

View File

@@ -1657,11 +1657,13 @@ headerbar {
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
}
&:checked {
&:hover, &:active, &:checked {
border-image: none;
}
}
button:hover + button,
button:active + button,
button:checked + button { border-image: none; }
}

View File

@@ -2074,11 +2074,13 @@ headerbar {
transparent 84%) 0 0 0 1 / 0 0 0 1px stretch;
}
&:checked {
&:hover, &:active, &:checked {
border-image: none;
}
}
button:hover + button,
button:active + button,
button:checked + button { border-image: none; }
}