Skip to content

Commit

Permalink
fix(tooltip): duplicate selector scss
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Nov 6, 2024
1 parent 37d194a commit cadbb3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ $placements: 'top', 'bottom', 'left', 'right';
&[data-hide] {
@include shift-away($placement);
}
}

&[data-placement^='#{$placement}'] {

.atom-tooltip__arrow {
@if ($placement == 'top') {
bottom: var(--arrow-square-range);
Expand Down

0 comments on commit cadbb3a

Please sign in to comment.