Skip to content

Commit e56b023

Browse files
committed
fix: css for expand and bbcode shortcuts buttons in editor
1 parent 4ef0e43 commit e56b023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/layout/Editor.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ export default {
615615
line-height: 1.5rem;
616616
a {
617617
color: $secondary-font-color-dark;
618-
&:hover { color: $secondary-font-color; }
618+
&:visited { color: $secondary-font-color-dark; }
619+
&:hover, &:active, &:focus { color: $secondary-font-color; }
619620
}
620621
.tools {
621622
width: 100%;

0 commit comments

Comments
 (0)