Skip to content

Commit

Permalink
fix(components): mega dropdown trigger focus style (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv authored Dec 16, 2024
1 parent d97c16d commit 3b22142
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use '@swisspost/design-system-styles/mixins/button';
@use '@swisspost/design-system-styles/mixins/icons';
@use '@swisspost/design-system-styles/mixins/utilities';
@use '@swisspost/design-system-styles/mixins/media';
@use '@swisspost/design-system-styles/functions/tokens';
@use '@swisspost/design-system-styles/tokens/elements';
Expand All @@ -19,6 +20,7 @@ post-mainnavigation {
post-megadropdown-trigger button {
@include button.reset-button;
text-align: start;
@include utilities.focus-style;
}

> a,
Expand Down

0 comments on commit 3b22142

Please sign in to comment.