Skip to content

Commit

Permalink
fix(inputs): inherit in edge causes problems
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Nov 3, 2018
1 parent 59bee23 commit 0abf992
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* @prop --placeholder-opacity: Opacity of the input placeholder text
*/
--placeholder-color: initial;
--placeholder-font-style: inherit;
--placeholder-font-weight: inherit;
--placeholder-font-style: initial;
--placeholder-font-weight: initial;
--placeholder-opacity: .5;
--padding-top: 0;
--padding-end: 0;
Expand Down
4 changes: 2 additions & 2 deletions core/src/components/searchbar/searchbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* @prop --placeholder-opacity: Opacity of the searchbar placeholder
*/
--placeholder-color: initial;
--placeholder-font-style: inherit;
--placeholder-font-weight: inherit;
--placeholder-font-style: initial;
--placeholder-font-weight: initial;
--placeholder-opacity: .5;

@include font-smoothing();
Expand Down
4 changes: 2 additions & 2 deletions core/src/components/textarea/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
--background: initial;
--color: initial;
--placeholder-color: initial;
--placeholder-font-style: inherit;
--placeholder-font-weight: inherit;
--placeholder-font-style: initial;
--placeholder-font-weight: initial;
--placeholder-opacity: .5;
--padding-top: 0;
--padding-end: 0;
Expand Down

0 comments on commit 0abf992

Please sign in to comment.