Commit 76ca3677 authored by Thierry Goettelmann's avatar Thierry Goettelmann

Remove "pointer" cursor on disabled list-group-item

parent 1de2f68b
......@@ -74,7 +74,8 @@ a.list-group-item {
&.disabled:focus {
background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
cursor: default;
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment