Skip to content

Commit

Permalink
Merge branch 'refs/heads/feat/popover-text-inline-trigger' into dev-v…
Browse files Browse the repository at this point in the history
…3-globko

# Conflicts:
#	src/popover/styles.scss
  • Loading branch information
georgylobko committed Jan 27, 2025
2 parents a8a26ae + d243168 commit ac15b1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/popover/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
SPDX-License-Identifier: Apache-2.0
*/

@use 'sass:string';
@use '../internal/styles' as styles;
@use '../internal/styles/tokens' as awsui;
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
Expand Down Expand Up @@ -51,9 +50,9 @@ $trigger-underline-offset: 0.25em;

&.overflow-ellipsis {
/*
This line-height needs to be overridden because the overflow: hidden would otherwise conceal the underline styles.
This style needs because of the overflow: hidden would otherwise conceal the underline styles.
*/
line-height: string.unquote('calc(1 + #{$trigger-underline-offset} + #{awsui.$border-divider-list-width})');
padding-block-end: calc(#{$trigger-underline-offset} + #{awsui.$border-divider-list-width});
}
}

Expand Down

0 comments on commit ac15b1e

Please sign in to comment.