mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Follow up to #11655: don't reset opacity on disabled buttons
This commit is contained in:
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
@@ -2031,7 +2031,6 @@ fieldset[disabled] .btn {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: .65;
|
||||
opacity: 1;
|
||||
}
|
||||
.btn-default {
|
||||
color: #333;
|
||||
|
Reference in New Issue
Block a user