MDL-62219 Theme boost: add cursor not allowed for disabled input

This commit is contained in:
Bas Brands 2018-04-26 17:27:27 +02:00
parent 641d113c88
commit 9fd2b9ac5f

View File

@ -218,6 +218,10 @@ $bs4aspacers: map-merge((
}
}
input[disabled] {
cursor: not-allowed;
}
// These have been removed in BS4 Stable. Adding in so RTL dropdowns will work.
/*rtl:raw:
.dropdown-menu-right {