0
0
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:
719media 2018-10-20 12:35:56 -07:00 committed by XhmikosR
parent 86822d93d6
commit 2c1a743cc9

View File

@ -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);
} }