Skip to content

Commit

Permalink
Use darker form field borders (#17218)
Browse files Browse the repository at this point in the history
* Darken default form field borders.

* Darken search field border too.
  • Loading branch information
kjellr authored Sep 3, 2019
1 parent b70c5b9 commit 85eaee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
box-shadow: 0 0 0 transparent;
transition: box-shadow 0.1s linear;
border-radius: $radius-round-rectangle;
border: $border-width solid $dark-gray-150;
border: $border-width solid $dark-gray-200;
@include reduce-motion("transition");
}

Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/search/editor.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wp-block-search {
.wp-block-search__input {
border-radius: $radius-round-rectangle;
border: 1px solid $dark-gray-150;
border: 1px solid $dark-gray-200;
color: $dark-opacity-300;
font-family: $default-font;
font-size: $default-font-size;
Expand Down

0 comments on commit 85eaee3

Please sign in to comment.