Drop IE CSS hacks

IE is no longer supported

Change-Id: I27901e87301a4ce0993f789913c83d151f264562
This commit is contained in:
Ed Sanders 2023-04-12 16:33:23 +01:00
parent 4ac067c0fa
commit ec88bde672

View file

@ -6,12 +6,6 @@
*/
.ve-ce-mwReferenceNode {
// Support: IE11
// In IE, force hasLayout so the <sup>'s box gets measured correctly
.ve-init-target-ie & {
display: inline-block;
}
/* Use transparency to hide the default rendering, rather than display:none.
* This allows the browser to paint the native selection background over it.
*