Skip to content

Commit

Permalink
feat(disable-animation): add disable-animation-specific class
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Mar 21, 2024
1 parent 3366c92 commit 767ff46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/core/styles/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ input[data-sbb-time-input] {
@include a11y.disable-animation;
}

// TODO: help me find a better name for it :|
.sbb-disable-animation-specific {
@include a11y.disable-animation;

& > * {
@include a11y.enable-animation;
}
}

.sbb-enable-animation {
@include a11y.enable-animation;
}

0 comments on commit 767ff46

Please sign in to comment.