update
This commit is contained in:
parent
b0f88047a5
commit
9b2a06d8fc
2 changed files with 6 additions and 2 deletions
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue