mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 17:11:48 +02:00
Remove "pointer" cursor on disabled list-group-item
This commit is contained in:
@@ -74,7 +74,8 @@ a.list-group-item {
|
|||||||
&.disabled:focus {
|
&.disabled:focus {
|
||||||
background-color: @list-group-disabled-bg;
|
background-color: @list-group-disabled-bg;
|
||||||
color: @list-group-disabled-color;
|
color: @list-group-disabled-color;
|
||||||
|
cursor: default;
|
||||||
|
|
||||||
// Force color to inherit for custom content
|
// Force color to inherit for custom content
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
Reference in New Issue
Block a user