Skip to content

Commit a8632e4

Browse files
author
minjk-bl
committed
Add hovering style for VP Note toggle icon
1 parent 07c9a60 commit a8632e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/menuFrame.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
.vp-board-toggle-icon.vp-hide {
103103
background-image: url(../img/toggleNote_hide.svg);
104104
}
105+
.vp-board-toggle-icon:hover {
106+
background-image: url(../img/toggleNote.svg);
107+
}
108+
105109
.vp-menu-footer {
106110
width: 100%;
107111
height: 50px;

0 commit comments

Comments
 (0)