We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcac76 commit d6a8814Copy full SHA for d6a8814
src/bootstrap-input-spinner.scss
@@ -214,7 +214,7 @@ $space-for-spinner-sm: 25px;
214
.form-control:disabled,
215
.form-control[readonly],
216
// [<select> cannot be readonly](https://stackoverflow.com/a/54955886)
217
-// :read-only is not supported by IE 11 https://stackoverflow.com/q/9635293
+// [:read-only is not supported by IE 11](https://stackoverflow.com/a/42864461)
218
.custom-select:disabled {
219
~ .spinner-border {
220
opacity: $btn-disabled-opacity;
0 commit comments