mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Move hardcoded opacity value in .btn:disabled to variable $btn-disabled-opacity (#24680)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
// Disabled comes first so active can properly restyle
|
||||
&.disabled,
|
||||
&:disabled {
|
||||
opacity: .65;
|
||||
opacity: $btn-disabled-opacity;
|
||||
@include box-shadow(none);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user