summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/buttons.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-13 15:18:39 -0500
commita12ab54dac21bdaf0ac3754dec8550fa75cf9f21 (patch)
tree1aee04baf597c7d6d462f6694f3846a6a5572018 /bower_components/bootstrap/less/buttons.less
parenta43354fc783adee59aae1b6cfb4dc253837af316 (diff)
update bootstrap to 3.1.0
Diffstat (limited to 'bower_components/bootstrap/less/buttons.less')
-rw-r--r--bower_components/bootstrap/less/buttons.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/bower_components/bootstrap/less/buttons.less b/bower_components/bootstrap/less/buttons.less
index 4858a8ae..d4fc156b 100644
--- a/bower_components/bootstrap/less/buttons.less
+++ b/bower_components/bootstrap/less/buttons.less
@@ -19,8 +19,12 @@
.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,