2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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

This commit is contained in:
Thierry Goettelmann
2014-06-26 15:50:20 +02:00
parent 1de2f68bdc
commit 76ca3677f5
+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: default;
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;