From 4787a69efbe0fcd81228781b3c91dfe198aa0f1b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 11 Jan 2014 17:27:34 -0800 Subject: fix #12154 --- less/buttons.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'less') 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, -- cgit v1.2.3