Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #650 from alaminfirdows/fix/search-input
Browse files Browse the repository at this point in the history
Twilight, Section 5: Adjust the border color for search input

Co-authored-by: alaminfirdows <[email protected]>
Co-authored-by: juanfra <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2024
2 parents d6abbce + a24df28 commit 45b89f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/05-twilight.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
"blocks": {
"core/post-comments-form": {
"css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }"
},
"core/search": {
"css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}"
}
}
}
Expand Down

0 comments on commit 45b89f8

Please sign in to comment.