button: Style .keyboard-activating on frameless buttons

The use of the keyboard-activating CSS class for buttons was added
in [1], but the style did not apply to buttons with has-frame=FALSE.

[1] 00923615f4 ("button: Add back visual feedback for keynav", 2021-04-01)
This commit is contained in:
Chris Mayo
2021-04-02 19:24:51 +01:00
parent a2fec9134b
commit ffa9814dd0

View File

@@ -544,6 +544,7 @@ button {
transition: $button_transition;
transition-duration: 500ms;
}
&.keyboard-activating,
&:active,
&:checked {
@include button(undecorated-active);