Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter tags and folders #2964

Merged
merged 13 commits into from
Feb 6, 2020
Prev Previous commit
Next Next commit
fix search input visuality for Monokai
  • Loading branch information
amedora committed Apr 3, 2019
commit db78f1b91e3206adbf0b67e4f73995335c47b27b
2 changes: 1 addition & 1 deletion browser/main/SideNav/SideNav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ body[data-theme="monokai"]
background-color $ui-monokai-backgroundColor
border-right 1px solid $ui-monokai-borderColor
.search .search-input
background-color $ui-monokai-backgroundColor
background-color $ui-monokai-button-backgroundColor
color $ui-monokai-text-color
border-color $ui-monokai-borderColor

Expand Down