Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Adjust custom form controls styling for WP 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 18, 2019
1 parent ffa97fa commit 65bd468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/components/src/input/InputField.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { colors, rgba } from "@yoast/style-guide";

export const InputField = styled.input`
&&& {
padding: 8px;
padding: 0 8px;
min-height: 34px;
font-size: 1em;
box-shadow: inset 0 1px 2px ${ rgba( colors.$color_black, 0.07 ) };
border: 1px solid ${ colors.$color_input_border };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ exports[`KeywordInput matches the snapshot by default 1`] = `
}
.c5.c5.c5 {
padding: 8px;
padding: 0 8px;
min-height: 34px;
font-size: 1em;
box-shadow: inset 0 1px 2px rgba( 0,0,0,0.07 );
border: 1px solid #ddd;
Expand Down

0 comments on commit 65bd468

Please sign in to comment.