Skip to content

Commit

Permalink
fix(web): improve contrast of toolbars w/input field
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Dec 4, 2019
1 parent 7aaadd7 commit e71afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/WebServerResources/scss/components/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ md-dialog {
}

// Light colors for md-input inside md-toolbar
md-toolbar md-input-container:not(.md-input-invalid) {
md-toolbar:not(.md-accent.md-hue-1) md-input-container:not(.md-input-invalid) {
&.md-input-focused label,
.md-input {
color: rgba(255,255,255,0.87); // {{primary-contrast}}
Expand Down

0 comments on commit e71afc9

Please sign in to comment.