This commit is contained in:
vinceliuice 2023-03-13 08:50:24 +08:00
parent b0f88047a5
commit 9b2a06d8fc
2 changed files with 6 additions and 2 deletions

View File

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

View File

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