2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -1
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;