Skip to content

Commit

Permalink
fix(tooltip): prune unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed Dec 18, 2024
1 parent d2bda3f commit ee2bdea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions elements/rh-tooltip/rh-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@
var(--rh-tooltip__content--BackgroundColor, var(--rh-color-surface-darkest, #151515)));
}

.display-c {
display: contents;
}

.open #tooltip {
opacity: 1;
}
Expand Down

0 comments on commit ee2bdea

Please sign in to comment.