mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
5d10e4a58e
- Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select
6 lines
142 B
SCSS
6 lines
142 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $user-selects {
|
|
.user-select-#{$value} { user-select: $value !important; }
|
|
}
|