Skip to content

Commit

Permalink
Prevent pointer events on disabled list-group-item
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Cox authored and XhmikosR committed Sep 26, 2018
1 parent 44b3f77 commit d7f79b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
&.disabled,
&:disabled {
color: $list-group-disabled-color;
pointer-events: none;
background-color: $list-group-disabled-bg;
}

Expand Down

0 comments on commit d7f79b0

Please sign in to comment.