Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82b273e

Browse files
authoredMar 3, 2024
Remove padding for close button (#90)
* Remove padding for close button It is not needed as the input does not overlap the close button * Update snapshots --------- Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
1 parent 8e93bcc commit 82b273e

25 files changed

+0
-8
lines changed
 

‎packages/components/src/search/search.styles.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ export const searchStyles: FoundationElementTemplate<
4949
> = (context, definition) => css`
5050
${BaseFieldStyles}
5151
52-
.control {
53-
padding: 0;
54-
padding-inline-start: calc(${designUnit} * 2px + 1px);
55-
padding-inline-end: calc(
56-
(${designUnit} * 2px) + (${heightNumber} * 1px) + 1px
57-
);
58-
}
59-
6052
.control::-webkit-search-cancel-button {
6153
-webkit-appearance: none;
6254
}
-26 Bytes
Loading
-86 Bytes
Loading
-55 Bytes
Loading
-28 Bytes
Loading
-87 Bytes
Loading
-50 Bytes
Loading
-30 Bytes
Loading
-66 Bytes
Loading
-41 Bytes
Loading
-31 Bytes
Loading
-79 Bytes
Loading
-44 Bytes
Loading
-45 Bytes
Loading
-213 Bytes
Loading
-76 Bytes
Loading
-39 Bytes
Loading
-158 Bytes
Loading
-71 Bytes
Loading
-23 Bytes
Loading
-84 Bytes
Loading
28 Bytes
Loading
-36 Bytes
Loading
-107 Bytes
Loading
1 Byte
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.