Skip to content

Commit e5cccfa

Browse files
committed
Fix arc-green
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 259b78e commit e5cccfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,12 +1818,12 @@ a.ui.labels .label:hover {
18181818
border-right-color: #404552 !important;
18191819
}
18201820

1821-
.editor-toolbar a {
1821+
.editor-toolbar button {
18221822
color: #87ab63 !important;
18231823
}
18241824

1825-
.editor-toolbar a.active,
1826-
.editor-toolbar a:hover {
1825+
.editor-toolbar button.active,
1826+
.editor-toolbar button:hover {
18271827
background: #2a2e3a;
18281828
border-color: transparent;
18291829
}

0 commit comments

Comments
 (0)