gtk4: Clip button background to padding-box

Arc GTK 3 defaults to padding-box [1], and without it some button
borders appear broken (at least stackswitcher buttons are affected).

[1] adcc946b61/common/gtk-3.0/sass/_common.scss (L11)
This commit is contained in:
Joonas Henriksson 2022-01-23 01:51:57 +02:00
parent ef6c38036f
commit b18f4c1cca
No known key found for this signature in database
GPG Key ID: FAEDBC4FB5AA3B17
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ button {
border: 1px solid;
border-radius: 3px;
transition: $button_transition;
background-clip: padding-box;
@include button(normal);