Skip to content

Commit d7f79b0

Browse files
Howard CoxXhmikosR
Howard Cox
authored andcommitted
Prevent pointer events on disabled list-group-item
1 parent 44b3f77 commit d7f79b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_list-group.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
&.disabled,
6767
&:disabled {
6868
color: $list-group-disabled-color;
69+
pointer-events: none;
6970
background-color: $list-group-disabled-bg;
7071
}
7172

0 commit comments

Comments
 (0)