Skip to content

Commit

Permalink
MDL-62219 Theme boost: add cursor not allowed for disabled input
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Apr 26, 2018
1 parent 641d113 commit 9fd2b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/bs4alphacompat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9fd2b9a

Please sign in to comment.