Skip to content

Commit

Permalink
Restore default border and focus style on image url input field. (#58505
Browse files Browse the repository at this point in the history
)

* Restore default focus style on image url input field.

* Make buttons use the 32 pixels compat size.

* Remove image link settings top border.

* Decrease left padding to grid-unit-15.

* Restore the default border.

* Revert all changes but the restored border.

Co-authored-by: afercia <afercia@git.wordpress.org>
Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: annezazu <annezazu@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org>
  • Loading branch information
6 people authored and youknowriad committed Feb 13, 2024
1 parent eb79637 commit 23a53b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/url-input/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ $input-size: 300px;
margin-left: 0;
margin-right: 0;

&:not(:focus) {
border-color: transparent;
}

/* Fonts smaller than 16px causes mobile safari to zoom. */
font-size: $mobile-text-min-font-size;
@include break-small {
Expand Down

0 comments on commit 23a53b0

Please sign in to comment.