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:
commit
2b6f00c2a7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user