Commit 2b6f00c2 authored by Mark Otto's avatar Mark Otto

Merge pull request #13931 from ByScripts/patch-1

Remove "pointer" cursor on disabled list-group-item
parents b9527acc 165c7889
...@@ -74,6 +74,7 @@ a.list-group-item { ...@@ -74,6 +74,7 @@ a.list-group-item {
&.disabled:focus { &.disabled:focus {
background-color: @list-group-disabled-bg; background-color: @list-group-disabled-bg;
color: @list-group-disabled-color; color: @list-group-disabled-color;
cursor: not-allowed;
// Force color to inherit for custom content // Force color to inherit for custom content
.list-group-item-heading { .list-group-item-heading {
......
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