Skip to content

Commit 0b87a58

Browse files
hovering no longer disappears label on desktop safari
1 parent ff9ac26 commit 0b87a58

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/hiplot.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,24 +163,14 @@
163163
border-radius: 6px;
164164
}
165165

166-
/* Show the tooltip text when you mouse over the tooltip container */
167-
.axisLabelText:hover + .tooltiptext {
168-
visibility: visible;
169-
}
166+
/* Axis label text - no hover effects to avoid Safari foreignObject bugs */
170167
.axisLabelText {
171168
color: #5e5e5e;
172169
}
173-
.axisLabelText:hover {
174-
color: black;
175-
text-decoration: underline dotted;
176-
}
177170

178171
:global(.hip_thm--dark) .axisLabelText {
179172
color: #b7b7b7;
180173
}
181-
:global(.hip_thm--dark) .axisLabelText:hover {
182-
color: white;
183-
}
184174

185175
/* Histogram */
186176
.histSelected line {

0 commit comments

Comments
 (0)