Prevent pointer events on disabled list-group-item

This commit is contained in:
Howard Cox 2018-09-05 12:50:50 +03:00 committed by XhmikosR
parent 44b3f77852
commit d7f79b06dc
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
&.disabled,
&:disabled {
color: $list-group-disabled-color;
pointer-events: none;
background-color: $list-group-disabled-bg;
}