mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
Change cursor from "default" to "not-allowed" if disabled
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user