aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less9
1 files changed, 7 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 4858a8aea..bf932eda5 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -19,8 +19,13 @@
.button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);
.user-select(none);
- &:focus {
- .tab-focus();
+ &,
+ &:active,
+ &.active
+ {
+ &:focus {
+ .tab-focus();
+ }
}
&:hover,