1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +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,6 +74,7 @@ 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 {