Dark theme: Fix search field

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-17 10:53:10 +01:00
parent 092589f20c
commit e5922c6b8f
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 2 additions and 2 deletions

View File

@ -694,8 +694,8 @@ nav[role='navigation'] {
color: var(--color-primary-text);
width: 155px;
cursor: text;
background-color: var(--color-primary) !important;
border: 1px solid var(--color-primary-text-dark) !important;
background-color: transparent !important;
border: 1px solid var(--color-border) !important;
}
&:hover, &:focus, &:active {
opacity: 1;