mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 01:30:24 +00:00
Change cursor from "default" to "not-allowed" if disabled
This commit is contained in:
parent
76ca3677f5
commit
165c7889bd
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ a.list-group-item {
|
|||
&.disabled:focus {
|
||||
background-color: @list-group-disabled-bg;
|
||||
color: @list-group-disabled-color;
|
||||
cursor: default;
|
||||
cursor: not-allowed;
|
||||
|
||||
// Force color to inherit for custom content
|
||||
.list-group-item-heading {
|
||||
|
|
|
|||
Loading…
Reference in a new issue