Skip to content

Commit

Permalink
fix: multiple tooltip backgroud styles precedence (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: panfil <[email protected]>
  • Loading branch information
panfil and panfil authored Dec 14, 2023
1 parent 23bcd8c commit dd9ebc7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ $block: '.#{variables.$ns}multiple-tooltip';
}

#{$block} {
background-color: transparent;
box-shadow: none;
&#{&} {
background-color: transparent;
box-shadow: none;
}

&::before {
content: '';
Expand Down

0 comments on commit dd9ebc7

Please sign in to comment.