-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input, textarea, select): use consistent sizes (#28390)
aIssue number: resolves #28388 --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> We added a `min-height: 56px` to the input, textarea, and select components for MD mode. However, these were added for the outline/solid style inputs to align with the Material Design spec: https://material-components.github.io/material-components-web-catalog/#/component/text-field They should not apply to regular inputs in an item. The end result is inconsistently sized items when used with non-control items. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Non-filled and non-stacked/floating label controls are now have a minimum height of 44px. There should be **no changes** to the following types of controls: 1. iOS controls (all variants) 2. MD filled controls 3. MD stacked controls ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> Dev build: `7.5.2-dev.11697818830.1a33c881` --------- Co-authored-by: ionitron <[email protected]>
- Loading branch information
1 parent
dc94ae0
commit b31ecbb
Showing
228 changed files
with
63 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
--border-radius: 4px; | ||
--padding-start: 16px; | ||
--padding-end: 16px; | ||
|
||
min-height: 56px; | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+73 Bytes
(100%)
...c/input.e2e.ts-snapshots/input-with-clear-button-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-140 Bytes
(94%)
.../input.e2e.ts-snapshots/input-with-clear-button-md-ltr-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-57 Bytes
(97%)
...c/input.e2e.ts-snapshots/input-with-clear-button-md-ltr-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+72 Bytes
(100%)
...c/input.e2e.ts-snapshots/input-with-clear-button-md-rtl-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-140 Bytes
(93%)
.../input.e2e.ts-snapshots/input-with-clear-button-md-rtl-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-56 Bytes
(97%)
...c/input.e2e.ts-snapshots/input-with-clear-button-md-rtl-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(97%)
...ic/input.e2e.ts-snapshots/input-with-placeholder-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-146 Bytes
(94%)
...c/input.e2e.ts-snapshots/input-with-placeholder-md-ltr-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-57 Bytes
(97%)
...ic/input.e2e.ts-snapshots/input-with-placeholder-md-ltr-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(97%)
...ic/input.e2e.ts-snapshots/input-with-placeholder-md-rtl-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-146 Bytes
(94%)
...c/input.e2e.ts-snapshots/input-with-placeholder-md-rtl-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-55 Bytes
(97%)
...ic/input.e2e.ts-snapshots/input-with-placeholder-md-rtl-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-73 Bytes
(98%)
.../input.e2e.ts-snapshots/input-with-text-overflow-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-195 Bytes
(96%)
...input.e2e.ts-snapshots/input-with-text-overflow-md-ltr-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-68 Bytes
(97%)
.../input.e2e.ts-snapshots/input-with-text-overflow-md-ltr-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-77 Bytes
(98%)
.../input.e2e.ts-snapshots/input-with-text-overflow-md-rtl-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-187 Bytes
(96%)
...input.e2e.ts-snapshots/input-with-text-overflow-md-rtl-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(97%)
.../input.e2e.ts-snapshots/input-with-text-overflow-md-rtl-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(98%)
...input.e2e.ts-snapshots/input-full-bottom-no-fill-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-155 Bytes
(96%)
...nput.e2e.ts-snapshots/input-full-bottom-no-fill-md-ltr-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-68 Bytes
(98%)
...input.e2e.ts-snapshots/input-full-bottom-no-fill-md-ltr-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-63 Bytes
(97%)
...r/input.e2e.ts-snapshots/input-no-fill-color-end-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-155 Bytes
(94%)
.../input.e2e.ts-snapshots/input-no-fill-color-end-md-ltr-Mobile-Firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-58 Bytes
(97%)
...r/input.e2e.ts-snapshots/input-no-fill-color-end-md-ltr-Mobile-Safari-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-66 Bytes
(97%)
...input.e2e.ts-snapshots/input-no-fill-color-fixed-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-152 Bytes
(94%)
...nput.e2e.ts-snapshots/input-no-fill-color-fixed-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-57 Bytes
(97%)
...input.e2e.ts-snapshots/input-no-fill-color-fixed-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(97%)
...input.e2e.ts-snapshots/input-no-fill-color-start-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-151 Bytes
(94%)
...nput.e2e.ts-snapshots/input-no-fill-color-start-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(97%)
...input.e2e.ts-snapshots/input-no-fill-color-start-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(98%)
...light/input.e2e.ts-snapshots/input-no-fill-focus-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(96%)
...ight/input.e2e.ts-snapshots/input-no-fill-focus-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...light/input.e2e.ts-snapshots/input-no-fill-focus-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-76 Bytes
(98%)
...ght/input.e2e.ts-snapshots/input-no-fill-invalid-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-169 Bytes
(97%)
...ht/input.e2e.ts-snapshots/input-no-fill-invalid-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(98%)
...ght/input.e2e.ts-snapshots/input-no-fill-invalid-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(98%)
...light/input.e2e.ts-snapshots/input-no-fill-valid-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-154 Bytes
(97%)
...ight/input.e2e.ts-snapshots/input-no-fill-valid-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...light/input.e2e.ts-snapshots/input-no-fill-valid-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
.../input.e2e.ts-snapshots/input-inset-list-no-fill-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-126 Bytes
(97%)
...input.e2e.ts-snapshots/input-inset-list-no-fill-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(98%)
.../input.e2e.ts-snapshots/input-inset-list-no-fill-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
.../input.e2e.ts-snapshots/input-inset-list-no-fill-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-143 Bytes
(97%)
...input.e2e.ts-snapshots/input-inset-list-no-fill-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-76 Bytes
(98%)
.../input.e2e.ts-snapshots/input-inset-list-no-fill-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(98%)
...t/item/input.e2e.ts-snapshots/input-list-no-fill-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-155 Bytes
(97%)
.../item/input.e2e.ts-snapshots/input-list-no-fill-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(98%)
...t/item/input.e2e.ts-snapshots/input-list-no-fill-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(98%)
...t/item/input.e2e.ts-snapshots/input-list-no-fill-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(97%)
.../item/input.e2e.ts-snapshots/input-list-no-fill-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(98%)
...t/item/input.e2e.ts-snapshots/input-list-no-fill-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...input.e2e.ts-snapshots/input-label-slot-truncate-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-166 Bytes
(95%)
...nput.e2e.ts-snapshots/input-label-slot-truncate-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-56 Bytes
(97%)
...input.e2e.ts-snapshots/input-label-slot-truncate-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...ment/input.e2e.ts-snapshots/input-label-truncate-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-166 Bytes
(95%)
...ent/input.e2e.ts-snapshots/input-label-truncate-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-56 Bytes
(97%)
...ment/input.e2e.ts-snapshots/input-label-truncate-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(98%)
...ement/input.e2e.ts-snapshots/input-placement-end-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-159 Bytes
(95%)
...ment/input.e2e.ts-snapshots/input-placement-end-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(97%)
...ement/input.e2e.ts-snapshots/input-placement-end-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...ement/input.e2e.ts-snapshots/input-placement-end-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-161 Bytes
(95%)
...ment/input.e2e.ts-snapshots/input-placement-end-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...ement/input.e2e.ts-snapshots/input-placement-end-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(98%)
...ent/input.e2e.ts-snapshots/input-placement-fixed-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-170 Bytes
(95%)
...nt/input.e2e.ts-snapshots/input-placement-fixed-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(97%)
...ent/input.e2e.ts-snapshots/input-placement-fixed-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(98%)
...ent/input.e2e.ts-snapshots/input-placement-fixed-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-168 Bytes
(96%)
...nt/input.e2e.ts-snapshots/input-placement-fixed-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...ent/input.e2e.ts-snapshots/input-placement-fixed-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(98%)
...ent/input.e2e.ts-snapshots/input-placement-start-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-154 Bytes
(95%)
...nt/input.e2e.ts-snapshots/input-placement-start-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(97%)
...ent/input.e2e.ts-snapshots/input-placement-start-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(98%)
...ent/input.e2e.ts-snapshots/input-placement-start-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-164 Bytes
(95%)
...nt/input.e2e.ts-snapshots/input-placement-start-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...ent/input.e2e.ts-snapshots/input-placement-start-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(97%)
...est/states/input.e2e.ts-snapshots/input-disabled-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(97%)
...st/states/input.e2e.ts-snapshots/input-disabled-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-60 Bytes
(97%)
...est/states/input.e2e.ts-snapshots/input-disabled-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(97%)
...est/states/input.e2e.ts-snapshots/input-readonly-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-152 Bytes
(94%)
...st/states/input.e2e.ts-snapshots/input-readonly-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(97%)
...est/states/input.e2e.ts-snapshots/input-readonly-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-346 Bytes
(99%)
...gnment/item.e2e.ts-snapshots/item-alignment-diff-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-939 Bytes
(99%)
...nment/item.e2e.ts-snapshots/item-alignment-diff-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-337 Bytes
(99%)
...gnment/item.e2e.ts-snapshots/item-alignment-diff-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-338 Bytes
(99%)
...gnment/item.e2e.ts-snapshots/item-alignment-diff-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-965 Bytes
(98%)
...nment/item.e2e.ts-snapshots/item-alignment-diff-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-318 Bytes
(99%)
...gnment/item.e2e.ts-snapshots/item-alignment-diff-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-333 Bytes
(100%)
...isabled/item.e2e.ts-snapshots/item-disabled-diff-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-966 Bytes
(99%)
...sabled/item.e2e.ts-snapshots/item-disabled-diff-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-330 Bytes
(99%)
...isabled/item.e2e.ts-snapshots/item-disabled-diff-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
+144 Bytes
(100%)
...inputs/item.e2e.ts-snapshots/item-slotted-inputs-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...nputs/item.e2e.ts-snapshots/item-slotted-inputs-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
+157 Bytes
(100%)
...inputs/item.e2e.ts-snapshots/item-slotted-inputs-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
+144 Bytes
(100%)
...inputs/item.e2e.ts-snapshots/item-slotted-inputs-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...nputs/item.e2e.ts-snapshots/item-slotted-inputs-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
+150 Bytes
(100%)
...inputs/item.e2e.ts-snapshots/item-slotted-inputs-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...nset/list.e2e.ts-snapshots/list-inset-full-lines-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-107 Bytes
(99%)
...set/list.e2e.ts-snapshots/list-inset-full-lines-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...nset/list.e2e.ts-snapshots/list-inset-full-lines-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-48 Bytes
(100%)
...set/list.e2e.ts-snapshots/list-inset-inset-lines-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(99%)
...et/list.e2e.ts-snapshots/list-inset-inset-lines-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-42 Bytes
(100%)
...set/list.e2e.ts-snapshots/list-inset-inset-lines-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-44 Bytes
(100%)
.../inset/list.e2e.ts-snapshots/list-inset-no-lines-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-105 Bytes
(99%)
...inset/list.e2e.ts-snapshots/list-inset-no-lines-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
.../inset/list.e2e.ts-snapshots/list-inset-no-lines-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
--border-radius: 4px; | ||
--padding-start: 16px; | ||
--padding-end: 16px; | ||
|
||
min-height: 56px; | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-67 Bytes
(97%)
...lor/select.e2e.ts-snapshots/select-no-fill-color-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(94%)
...or/select.e2e.ts-snapshots/select-no-fill-color-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(97%)
...lor/select.e2e.ts-snapshots/select-no-fill-color-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1 Byte
(100%)
...ustom/select.e2e.ts-snapshots/select-custom-diff-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-79 Bytes
(98%)
...stom/select.e2e.ts-snapshots/select-custom-diff-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(99%)
...ustom/select.e2e.ts-snapshots/select-custom-diff-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(98%)
...ght/select.e2e.ts-snapshots/select-no-fill-focus-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-166 Bytes
(94%)
...ht/select.e2e.ts-snapshots/select-no-fill-focus-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-59 Bytes
(97%)
...ght/select.e2e.ts-snapshots/select-no-fill-focus-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(96%)
...select.e2e.ts-snapshots/select-no-fill-highlight-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-137 Bytes
(92%)
...elect.e2e.ts-snapshots/select-no-fill-highlight-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-48 Bytes
(96%)
...select.e2e.ts-snapshots/select-no-fill-highlight-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(98%)
...t/select.e2e.ts-snapshots/select-no-fill-invalid-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(94%)
.../select.e2e.ts-snapshots/select-no-fill-invalid-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-60 Bytes
(97%)
...t/select.e2e.ts-snapshots/select-no-fill-invalid-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(98%)
...ght/select.e2e.ts-snapshots/select-no-fill-valid-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(94%)
...ht/select.e2e.ts-snapshots/select-no-fill-valid-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(97%)
...ght/select.e2e.ts-snapshots/select-no-fill-valid-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-41 Bytes
(98%)
...elect.e2e.ts-snapshots/select-inset-list-no-fill-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(96%)
...lect.e2e.ts-snapshots/select-inset-list-no-fill-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(98%)
...elect.e2e.ts-snapshots/select-inset-list-no-fill-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(98%)
...item/select.e2e.ts-snapshots/select-list-no-fill-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(95%)
...tem/select.e2e.ts-snapshots/select-list-no-fill-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(99%)
...item/select.e2e.ts-snapshots/select-list-no-fill-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(98%)
...ct.e2e.ts-snapshots/select-label-end-justify-end-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-107 Bytes
(96%)
...t.e2e.ts-snapshots/select-label-end-justify-end-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(98%)
...ct.e2e.ts-snapshots/select-label-end-justify-end-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(98%)
...ct.e2e.ts-snapshots/select-label-end-justify-end-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-113 Bytes
(96%)
...t.e2e.ts-snapshots/select-label-end-justify-end-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(98%)
...ct.e2e.ts-snapshots/select-label-end-justify-end-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(98%)
...snapshots/select-label-end-justify-space-between-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-95 Bytes
(96%)
...napshots/select-label-end-justify-space-between-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-47 Bytes
(98%)
...snapshots/select-label-end-justify-space-between-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
...snapshots/select-label-end-justify-space-between-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-106 Bytes
(96%)
...napshots/select-label-end-justify-space-between-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(98%)
...snapshots/select-label-end-justify-space-between-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
....e2e.ts-snapshots/select-label-end-justify-start-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-131 Bytes
(95%)
...e2e.ts-snapshots/select-label-end-justify-start-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(98%)
....e2e.ts-snapshots/select-label-end-justify-start-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(98%)
....e2e.ts-snapshots/select-label-end-justify-start-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(96%)
...e2e.ts-snapshots/select-label-end-justify-start-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-48 Bytes
(98%)
....e2e.ts-snapshots/select-label-end-justify-start-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(98%)
....e2e.ts-snapshots/select-label-fixed-justify-end-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-109 Bytes
(95%)
...e2e.ts-snapshots/select-label-fixed-justify-end-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(98%)
....e2e.ts-snapshots/select-label-fixed-justify-end-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
....e2e.ts-snapshots/select-label-fixed-justify-end-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(94%)
...e2e.ts-snapshots/select-label-fixed-justify-end-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(97%)
....e2e.ts-snapshots/select-label-fixed-justify-end-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(98%)
...apshots/select-label-fixed-justify-space-between-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-109 Bytes
(95%)
...pshots/select-label-fixed-justify-space-between-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(98%)
...apshots/select-label-fixed-justify-space-between-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
...apshots/select-label-fixed-justify-space-between-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(94%)
...pshots/select-label-fixed-justify-space-between-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(97%)
...apshots/select-label-fixed-justify-space-between-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(98%)
...2e.ts-snapshots/select-label-fixed-justify-start-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-109 Bytes
(95%)
...e.ts-snapshots/select-label-fixed-justify-start-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(98%)
...2e.ts-snapshots/select-label-fixed-justify-start-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-52 Bytes
(98%)
...2e.ts-snapshots/select-label-fixed-justify-start-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-120 Bytes
(94%)
...e.ts-snapshots/select-label-fixed-justify-start-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-46 Bytes
(97%)
...2e.ts-snapshots/select-label-fixed-justify-start-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...lect.e2e.ts-snapshots/select-label-slot-truncate-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-169 Bytes
(96%)
...ect.e2e.ts-snapshots/select-label-slot-truncate-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(97%)
...lect.e2e.ts-snapshots/select-label-slot-truncate-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-53 Bytes
(98%)
....e2e.ts-snapshots/select-label-start-justify-end-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-121 Bytes
(95%)
...e2e.ts-snapshots/select-label-start-justify-end-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(98%)
....e2e.ts-snapshots/select-label-start-justify-end-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(98%)
....e2e.ts-snapshots/select-label-start-justify-end-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-109 Bytes
(96%)
...e2e.ts-snapshots/select-label-start-justify-end-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(98%)
....e2e.ts-snapshots/select-label-start-justify-end-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(98%)
...apshots/select-label-start-justify-space-between-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-107 Bytes
(96%)
...pshots/select-label-start-justify-space-between-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-47 Bytes
(98%)
...apshots/select-label-start-justify-space-between-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(98%)
...apshots/select-label-start-justify-space-between-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-111 Bytes
(96%)
...pshots/select-label-start-justify-space-between-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-51 Bytes
(98%)
...apshots/select-label-start-justify-space-between-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(98%)
...2e.ts-snapshots/select-label-start-justify-start-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-110 Bytes
(96%)
...e.ts-snapshots/select-label-start-justify-start-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(98%)
...2e.ts-snapshots/select-label-start-justify-start-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-55 Bytes
(98%)
...2e.ts-snapshots/select-label-start-justify-start-md-rtl-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-99 Bytes
(96%)
...e.ts-snapshots/select-label-start-justify-start-md-rtl-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(98%)
...2e.ts-snapshots/select-label-start-justify-start-md-rtl-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(98%)
...el/select.e2e.ts-snapshots/select-label-truncate-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-173 Bytes
(96%)
...l/select.e2e.ts-snapshots/select-label-truncate-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(97%)
...el/select.e2e.ts-snapshots/select-label-truncate-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-70 Bytes
(98%)
...ect.e2e.ts-snapshots/select-disabled-placeholder-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-169 Bytes
(95%)
...ct.e2e.ts-snapshots/select-disabled-placeholder-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(98%)
...ect.e2e.ts-snapshots/select-disabled-placeholder-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(97%)
...es/select.e2e.ts-snapshots/select-disabled-value-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(94%)
...s/select.e2e.ts-snapshots/select-disabled-value-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(97%)
...es/select.e2e.ts-snapshots/select-disabled-value-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-77 Bytes
(98%)
...tates/select.e2e.ts-snapshots/select-placeholder-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-183 Bytes
(95%)
...ates/select.e2e.ts-snapshots/select-placeholder-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-65 Bytes
(98%)
...tates/select.e2e.ts-snapshots/select-placeholder-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(98%)
...test/states/select.e2e.ts-snapshots/select-value-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-145 Bytes
(95%)
...est/states/select.e2e.ts-snapshots/select-value-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(97%)
...test/states/select.e2e.ts-snapshots/select-value-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-145 Bytes
(95%)
...con/select.e2e.ts-snapshots/select-expanded-icon-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-205 Bytes
(94%)
...on/select.e2e.ts-snapshots/select-expanded-icon-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-137 Bytes
(95%)
...con/select.e2e.ts-snapshots/select-expanded-icon-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(97%)
...-icon/select.e2e.ts-snapshots/select-toggle-icon-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-157 Bytes
(94%)
...icon/select.e2e.ts-snapshots/select-toggle-icon-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-58 Bytes
(97%)
...-icon/select.e2e.ts-snapshots/select-toggle-icon-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-64 Bytes
(98%)
...t/wrapping/select.e2e.ts-snapshots/select-nowrap-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-176 Bytes
(96%)
.../wrapping/select.e2e.ts-snapshots/select-nowrap-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(98%)
...t/wrapping/select.e2e.ts-snapshots/select-nowrap-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
Binary file modified
BIN
-86 Bytes
(98%)
...est/wrapping/select.e2e.ts-snapshots/select-wrap-md-ltr-Mobile-Chrome-linux.png
Oops, something went wrong.
Binary file modified
BIN
-185 Bytes
(97%)
...st/wrapping/select.e2e.ts-snapshots/select-wrap-md-ltr-Mobile-Firefox-linux.png
Oops, something went wrong.
Binary file modified
BIN
-81 Bytes
(98%)
...est/wrapping/select.e2e.ts-snapshots/select-wrap-md-ltr-Mobile-Safari-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
--border-radius: 4px; | ||
--padding-start: 16px; | ||
--padding-end: 16px; | ||
|
||
min-height: 56px; | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters