Skip to content

Commit ec5110f

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix pointer cursor on side menu button
1 parent b3d06a6 commit ec5110f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,10 @@ ul.pure-menu-list {
819819
cursor: pointer;
820820
border: 1px solid var(--color-border);
821821
display: none;
822+
823+
button {
824+
cursor: pointer;
825+
}
822826
}
823827
}
824828

0 commit comments

Comments
 (0)