Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
fix(styles): Inherit both text and background colors for inputs to av…
Browse files Browse the repository at this point in the history
…oid dark theme conflicts (#3982)

Fix Bug 1418090 - text field on start page is black on black when using a dark theme
  • Loading branch information
Mardak committed Feb 13, 2018
1 parent 3f46809 commit 5e9f8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion system-addon/content-src/components/Search/_Search.scss
Expand Up @@ -25,7 +25,6 @@
border: 0;
border-radius: $search-border-radius;
box-shadow: $shadow-secondary, 0 0 0 1px $black-15;
color: inherit;
font-size: 15px;
padding: 0;
padding-inline-end: $search-button-width;
Expand Down
2 changes: 2 additions & 0 deletions system-addon/content-src/styles/_normalize.scss
Expand Up @@ -18,6 +18,8 @@ body {

button,
input {
background-color: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
}
Expand Down

0 comments on commit 5e9f8ac

Please sign in to comment.