Skip to content

Commit

Permalink
Merge pull request #69 from WordPress/fix/style-css-duplicate-border-…
Browse files Browse the repository at this point in the history
…property

style.css: Remove duplicate border property
  • Loading branch information
luisherranz committed Aug 1, 2024
2 parents 550b128 + 83f2545 commit ddeff52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/interactive/movie-search/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
.wp-block-wpmovies-movie-search input:focus-visible {
color: var(--wp--preset--color--white);
background-color: #181818;
border: 1px solid rgba(255, 255, 255, 0.07);
border-radius: 3px;
border: none;
padding: 12px;
Expand Down

0 comments on commit ddeff52

Please sign in to comment.