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:
parent
557b100a77
commit
47cec40472
5
.changeset/brown-suns-raise.md
Normal file
5
.changeset/brown-suns-raise.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Remove IE11 support in tooltip
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user