Skip to content

Commit 0c45b9b

Browse files
GuillaumeGomezsyphar
authored andcommitted
Add side menu button border color change on hover
1 parent ec5110f commit 0c45b9b

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
@@ -820,6 +820,10 @@ ul.pure-menu-list {
820820
border: 1px solid var(--color-border);
821821
display: none;
822822

823+
&:hover {
824+
border-color: var(--color-standard);
825+
}
826+
823827
button {
824828
cursor: pointer;
825829
}

0 commit comments

Comments
 (0)