Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 6c7f2c4

Browse files
committed
update active color
1 parent 2eaa156 commit 6c7f2c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/operators/_operator-theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ $link-color: #2196F3;
1313
a {
1414
border-bottom: 1px solid $operator-border;
1515
&.active-operator {
16-
background-color: $operator-active-background;
17-
color: white;
16+
background-color: $operator-border;
17+
// color: white;
1818
&:hover {
19-
background-color: $operator-active-background;
19+
background-color: $operator-border;
2020
}
2121
}
2222
&:last-child {

0 commit comments

Comments
 (0)