Skip to content

Commit

Permalink
fix(Toaster): increase css specificity of close button mixin (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored May 17, 2022
1 parent 54efaeb commit 17b4637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toaster/Toast/Toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $block: '.#{$ns}toast';
color: var(--yc-color-text-link);
}

&__btn-close {
& &__btn-close {
position: absolute;
top: 16px;
right: 16px;
Expand Down

0 comments on commit 17b4637

Please sign in to comment.