mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update _custom-forms.scss (#27276)
user-select has no effect on before/after pseudo elements
This commit is contained in:
parent
86822d93d6
commit
2c1a743cc9
@ -70,7 +70,6 @@
|
|||||||
height: $custom-control-indicator-size;
|
height: $custom-control-indicator-size;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
content: "";
|
content: "";
|
||||||
user-select: none;
|
|
||||||
background-color: $custom-control-indicator-bg;
|
background-color: $custom-control-indicator-bg;
|
||||||
@include box-shadow($custom-control-indicator-box-shadow);
|
@include box-shadow($custom-control-indicator-box-shadow);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user