mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
MDL-62219 Theme boost: add cursor not allowed for disabled input
This commit is contained in:
parent
641d113c88
commit
9fd2b9ac5f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user