2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling

Add disabled styling for .custom-select
This commit is contained in:
Mark Otto
2016-05-08 14:20:54 -07:00
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -171,6 +171,12 @@
}
}
&:disabled {
color: $custom-select-disabled-color;
cursor: $cursor-disabled;
background-color: $custom-select-disabled-bg;
}
// Hides the default caret in IE11
&::-ms-expand {
opacity: 0;