aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-04 10:01:20 -0700
committerMark Otto <[email protected]>2014-08-04 10:01:20 -0700
commit6c87895eec6daf757d4c98a4edd88b975ae79c8b (patch)
tree17c42dedc20851fbd25763e3e84d419f8822e631 /less
parentfd6c00d1418b8e36b69cfaba1d2a7bcdcfbfd723 (diff)
downloadbootstrap-6c87895eec6daf757d4c98a4edd88b975ae79c8b.tar.xz
bootstrap-6c87895eec6daf757d4c98a4edd88b975ae79c8b.zip
fixes #14310: reset .active as well for button links
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 05bd89d08..d32c4e2d8 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -92,6 +92,7 @@
&,
&:active,
+ &.active,
&[disabled],
fieldset[disabled] & {
background-color: transparent;