Skip to content

Commit d6a8814

Browse files
committed
Improve comment
1 parent 6dcac76 commit d6a8814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-input-spinner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ $space-for-spinner-sm: 25px;
214214
.form-control:disabled,
215215
.form-control[readonly],
216216
// [<select> cannot be readonly](https://stackoverflow.com/a/54955886)
217-
// :read-only is not supported by IE 11 https://stackoverflow.com/q/9635293
217+
// [:read-only is not supported by IE 11](https://stackoverflow.com/a/42864461)
218218
.custom-select:disabled {
219219
~ .spinner-border {
220220
opacity: $btn-disabled-opacity;

0 commit comments

Comments
 (0)