Skip to content

Commit

Permalink
Fix popover arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 18, 2024
1 parent 7401ceb commit 047001e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/popover/arrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@
}

&-inner {
inset-block-start: awsui.$border-width-field;

&.refresh {
inset-block-start: calc(awsui.$border-width-field + 1px);
}
inset-block-start: calc(awsui.$border-width-field + 1px);

&::after {
border-start-start-radius: 1px;
Expand Down

0 comments on commit 047001e

Please sign in to comment.