1
1
mirror of https://github.com/primer/css.git synced 2024-11-09 12:22:47 +03:00

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>
This commit is contained in:
Jeremy Danyow 2022-03-27 17:40:19 -07:00 committed by GitHub
parent 557b100a77
commit 47cec40472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Remove IE11 support in tooltip

View File

@ -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.