Skip to content

Commit 357c61d

Browse files
Cathy SillerRyan A. Johnson
authored andcommitted
fix(Tooltip): correct ShadyCSS styles
1 parent 808a522 commit 357c61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div id="container" class="position-arrow">
1+
<div id="hxTooltip" class="position-arrow">
22
<slot></slot>
33
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "./HXElement";
22
@import "./_positioning";
33

4-
#container {
4+
#hxTooltip {
55
padding: 1.25rem;
66
}

0 commit comments

Comments
 (0)