mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Follow up to #11655: don't reset opacity on disabled buttons
This commit is contained in:
Vendored
-1
@@ -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