Skip to content

Commit 47cec40

Browse files
jdanyowsimurai
andauthored
Remove IE11 support in tooltip (#2001)
* Remove IE11 support in tooltip Hope this ok. I know you're probably deprecating the tooltip component. The 0/0 expression causes problems with parcel-css. * Create brown-suns-raise.md Co-authored-by: simurai <simulus@gmail.com>
1 parent 557b100 commit 47cec40

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.changeset/brown-suns-raise.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Remove IE11 support in tooltip

src/tooltips/tooltips.scss

-7
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,6 @@
264264
}
265265
}
266266

267-
@media screen and (min-width: 0\0) {
268-
// IE11
269-
.tooltipped-multiline::after {
270-
width: $tooltip-max-width;
271-
}
272-
}
273-
274267
// Sticky tooltips
275268
//
276269
// Always show the tooltip.

0 commit comments

Comments
 (0)