main.less: Set cursor to pointer for the expand/collapse icons

This commit is contained in:
Yonas Habteab 2022-05-19 17:39:52 +02:00
parent 76c97bb1d2
commit d05b8d9e2f

View File

@ -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,