diff options
| author | Mark Otto <[email protected]> | 2014-08-04 10:01:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 10:01:20 -0700 |
| commit | 6c87895eec6daf757d4c98a4edd88b975ae79c8b (patch) | |
| tree | 17c42dedc20851fbd25763e3e84d419f8822e631 /less | |
| parent | fd6c00d1418b8e36b69cfaba1d2a7bcdcfbfd723 (diff) | |
| download | bootstrap-6c87895eec6daf757d4c98a4edd88b975ae79c8b.tar.xz bootstrap-6c87895eec6daf757d4c98a4edd88b975ae79c8b.zip | |
fixes #14310: reset .active as well for button links
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 1 |
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; |
