Skip to content

Commit

Permalink
Remove IE11 support in tooltip (#2001)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
jdanyow and simurai authored Mar 28, 2022
1 parent 557b100 commit 47cec40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-suns-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Remove IE11 support in tooltip
7 changes: 0 additions & 7 deletions src/tooltips/tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,6 @@
}
}

@media screen and (min-width: 0\0) {
// IE11
.tooltipped-multiline::after {
width: $tooltip-max-width;
}
}

// Sticky tooltips
//
// Always show the tooltip.
Expand Down

0 comments on commit 47cec40

Please sign in to comment.