Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorEdwin Lin <edwinlin1987@gmail.com>2015-07-11 07:10:19 +0300
committerEdwin Lin <edwinlin1987@gmail.com>2015-07-11 07:10:19 +0300
commit84919620218a4748eb7f69f8d6c2fa6de6fc43e8 (patch)
treeabd401d01347063ee6845dbfd178db9790ae5dd7 /less
parentcb7f569262acaf5d0d6c001146855eb595ffdd20 (diff)
Show active buttons when form disabled
Diffstat (limited to 'less')
-rw-r--r--less/mixins/buttons.less5
1 files changed, 1 insertions, 4 deletions
diff --git a/less/mixins/buttons.less b/less/mixins/buttons.less
index 6875a97c8b..b294d8c210 100644
--- a/less/mixins/buttons.less
+++ b/less/mixins/buttons.less
@@ -42,12 +42,9 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
- &,
&:hover,
&:focus,
- &.focus,
- &:active,
- &.active {
+ &.focus {
background-color: @background;
border-color: @border;
}