diff options
| author | Howard Cox <[email protected]> | 2018-09-05 12:50:50 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-26 07:20:46 +0300 |
| commit | d7f79b06dceebd6844ac323f7f99290fe36b45b0 (patch) | |
| tree | 1f7f6dff2f8279e71190ad4c46cda73b0b26f795 | |
| parent | 44b3f77852f9d1e299097d25da851a55b50caa95 (diff) | |
| download | bootstrap-d7f79b06dceebd6844ac323f7f99290fe36b45b0.tar.xz bootstrap-d7f79b06dceebd6844ac323f7f99290fe36b45b0.zip | |
Prevent pointer events on disabled list-group-item
| -rw-r--r-- | scss/_list-group.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 9f145c1d3..7605ab982 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -66,6 +66,7 @@ &.disabled, &:disabled { color: $list-group-disabled-color; + pointer-events: none; background-color: $list-group-disabled-bg; } |
