Skip to content

Commit 76e4f9a

Browse files
authored
fix fading menu in arc-green theme
the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px.
1 parent 971dccd commit 76e4f9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/less/themes/arc-green.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,11 @@
546546
}
547547
.ui.menu.new-menu {
548548
background-color: #2a2e3a!important;
549+
@media only screen and (max-width: 1200px) {
550+
&:after {
551+
background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
552+
}
553+
}
549554
}
550555
input {
551556
background: #2e323e;

0 commit comments

Comments
 (0)