[styles]: Remove IE 8 workaround

Change-Id: I8ec8899aba282d4b232cc86f8683e53ea9c30f06
This commit is contained in:
Volker E 2020-10-05 11:30:16 -07:00 committed by Jdlrobson
parent d8750377f3
commit a6288523d3
1 changed files with 1 additions and 7 deletions

View File

@ -66,13 +66,7 @@
z-index: @z-index-menu;
}
&:hover .vector-menu-content-list {
opacity: 1;
visibility: visible;
}
// This is in a separate block, so that browsers supporting :hover but not :checked still apply the rule above
// Support: IE 8
&:hover .vector-menu-content-list,
.vector-menu-checkbox:checked ~ .vector-menu-content .vector-menu-content-list {
opacity: 1;
visibility: visible;