mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
Add possibility to define custom border color for disabled form controls (#29257)
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
&:disabled {
|
||||
color: $form-select-disabled-color;
|
||||
background-color: $form-select-disabled-bg;
|
||||
border-color: $form-select-disabled-border-color;
|
||||
}
|
||||
|
||||
// Hides the default caret in IE11
|
||||
|
Reference in New Issue
Block a user