mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
main.less: Set cursor to pointer for the expand/collapse icons
This commit is contained in:
parent
76c97bb1d2
commit
d05b8d9e2f
@ -332,6 +332,10 @@ a:hover > .icon-cancel {
|
||||
button i:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
i.expand-icon, i.collapse-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.collapsible[data-can-collapse]:not(.collapsed) + .collapsible-control button,
|
||||
|
Loading…
x
Reference in New Issue
Block a user