Search and History Improvements

This commit is contained in:
Qstick
2020-10-21 18:53:04 -04:00
parent dd8313f9ce
commit 94b295ddcf
34 changed files with 148 additions and 472 deletions

View File

@@ -51,6 +51,12 @@
flex-grow: 1;
}
.actionMenu {
&:hover {
color: #515253;
}
}
.translate {
composes: link from '~Components/Link/Link.css';
@@ -63,7 +69,7 @@
line-height: 60px;
&:hover {
color: $toobarButtonHoverColor;
color: #515253;
}
}