Skip to content

Commit 34ab280

Browse files
authoredDec 10, 2024··
fix: input[type=search] のスタイルを normalize (#5172)
1 parent 1c5e9ad commit 34ab280

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎packages/smarthr-ui/src/smarthr-ui-preset.ts

+4
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ export default {
465465
input: {
466466
paddingInline: 'unset',
467467
},
468+
'input[type=search]': {
469+
appearance: 'none',
470+
boxSizing: 'unset',
471+
},
468472
textarea: {
469473
marginInline: 'unset',
470474
},

0 commit comments

Comments
 (0)
Please sign in to comment.