1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Merge pull request #13931 from ByScripts/patch-1

Remove "pointer" cursor on disabled list-group-item
This commit is contained in:
Mark Otto
2014-06-26 14:47:44 -07:00

View File

@@ -74,7 +74,8 @@ a.list-group-item {
&.disabled:focus {
background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
cursor: not-allowed;
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;