diff options
| author | Patrick H. Lauke <[email protected]> | 2016-01-19 01:33:00 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-01-19 01:34:47 +0000 |
| commit | 200860334dce462fb082ffcf1e586b7f0eb8e3e6 (patch) | |
| tree | d7bdaa8e413d33f5e933e81cd2fa1b720b39c85f | |
| parent | 3ab7f6310f7f33d20da3b551d5f3ad7b66a30760 (diff) | |
| download | bootstrap-200860334dce462fb082ffcf1e586b7f0eb8e3e6.tar.xz bootstrap-200860334dce462fb082ffcf1e586b7f0eb8e3e6.zip | |
Add pointer-events:none to custom indicator
Closes #18887
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index e30bda861..88723a246 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -65,6 +65,7 @@ display: block; width: $custom-control-indicator-size; height: $custom-control-indicator-size; + pointer-events: none; user-select: none; background-color: $custom-control-indicator-bg; background-repeat: no-repeat; |
