From: 719media Date: Sat, 20 Oct 2018 19:35:56 +0000 (-0700) Subject: Update _custom-forms.scss (#27276) X-Git-Tag: v4.2.0~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1a743cc941fecf4b8e3165fcb9a08023df3445;p=thirdparty%2Fbootstrap.git Update _custom-forms.scss (#27276) user-select has no effect on before/after pseudo elements --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 0e46ad6c00..a0ec3f6b16 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -70,7 +70,6 @@ height: $custom-control-indicator-size; pointer-events: none; content: ""; - user-select: none; background-color: $custom-control-indicator-bg; @include box-shadow($custom-control-indicator-box-shadow); }