0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01: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
commit 2b6f00c2a7

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;