Skip to content

Commit

Permalink
feat(dropdown-select): mobile optimisation (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein authored and nowseemee committed Oct 27, 2022
1 parent 52e8367 commit 8dc1fa4
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:host {
--font-weight: var(--telekom-typography-font-weight-bold);
--height: var(--telekom-spacing-unit-x12);
--height: var(--telekom-spacing-unit-x11);
--color: var(--telekom-color-text-and-icon-standard);
--color-disabled: var(--telekom-color-text-and-icon-disabled);
--background-disabled: none;
Expand Down Expand Up @@ -56,10 +56,11 @@
--font-weight-label: var(--telekom-typography-font-weight-medium);
--font-size-label-focus: var(--telekom-typography-font-size-footnote);
--font-weight-label-focus: var(--telekom-typography-font-weight-bold);
--line-height-label: var(--telekom-typography-font-size-body);
--line-height-label-animated: var(--telekom-typography-font-size-small);
--transform-label: translate(
var(--spacing-x),
calc((var(--telekom-spacing-unit-x12) - var(--font-size-label)) / 2)
calc((var(--telekom-spacing-unit-x11) - var(--font-size-label)) / 2)
);
--transform-label-animated: translate(
var(--spacing-x),
Expand Down Expand Up @@ -218,6 +219,7 @@
font-size: var(--font-size-label);
transform: var(--transform-label);
font-weight: var(--font-weight-label);
line-height: var(--line-height-label);
}

[part~='animated'] [part='label'] {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8dc1fa4

Please sign in to comment.