From 2c1a743cc941fecf4b8e3165fcb9a08023df3445 Mon Sep 17 00:00:00 2001 From: 719media Date: Sat, 20 Oct 2018 12:35:56 -0700 Subject: [PATCH] Update _custom-forms.scss (#27276) user-select has no effect on before/after pseudo elements --- scss/_custom-forms.scss | 1 - 1 file changed, 1 deletion(-) 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); }