aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/App.scss b/src/App.scss
index 1f9bab40..27fee4b4 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -372,14 +372,24 @@ nav {
}
}
+.menu-item {
+ border: none;
+ outline: none;
+ text-align: initial;
+ font-size: inherit;
+ font-family: inherit;
+ cursor: pointer;
+ color: inherit;
+}
+
.button-unstyled {
- background: none;
border: none;
outline: none;
display: inline;
text-align: initial;
font-size: 100%;
font-family: inherit;
+ box-shadow: var(--shadow);
padding: 0;
line-height: unset;
cursor: pointer;
@@ -393,13 +403,6 @@ nav {
&.-fullwidth {
width: 100%;
}
-
- &.-hover-highlight {
- &:hover svg {
- color: $fallback--lightText;
- color: var(--lightText, $fallback--lightText);
- }
- }
}
input,