Skip to content

Commit

Permalink
remove unused behavior and fix color on text field
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed May 15, 2020
1 parent 5281158 commit 53b16c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const TextFieldStyles = css`
margin-bottom: auto;
border: none;
padding: 0 calc(var(--design-unit) * 2px + 1px);
color: var(--neutral-foreground-rest);
${
/* Font size is temporary -
replace when adaptive typography is figured out */ ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
accentFillHoverBehavior,
accentFillRestBehavior,
heightNumber,
neutralFillActiveBehavior,
neutralFillHoverBehavior,
neutralFillInputHoverBehavior,
neutralFillInputRestBehavior,
Expand Down Expand Up @@ -52,6 +51,7 @@ export const TextFieldStyles = css`
padding: 0 calc(var(--design-unit) * 2px + 1px);
font-size: var(--type-ramp-base-font-size);
line-height: var(--type-ramp-base-line-height);
color: var(--neutral-foreground-rest);
}
.control:hover,
Expand Down Expand Up @@ -136,7 +136,6 @@ export const TextFieldStyles = css`
accentFillHoverBehavior,
accentFillRestBehavior,
neutralFillHoverBehavior,
neutralFillActiveBehavior,
neutralFillInputHoverBehavior,
neutralFillInputRestBehavior,
neutralFillRestBehavior,
Expand Down

0 comments on commit 53b16c0

Please sign in to comment.