Skip to content

Commit 0c7ae64

Browse files
committed
Fix hover
1 parent e916958 commit 0c7ae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Toolbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
border: 1px solid #fff;
3636
transition: all 300ms ease-out;
3737
}
38-
#mp-editor-menu>li>a.active, #editor-menu>li>a:hover {
38+
#mp-editor-menu>li>a.active, #mp-editor-menu>li>a:hover {
3939
border: 1px solid #ddd;
4040
background-color: rgb(238, 238, 238);
4141
}

0 commit comments

Comments
 (0)