This commit is contained in:
James 2020-03-31 10:28:25 +01:00
parent 4a3373efd5
commit 7d1e629d4b

View File

@ -75,6 +75,11 @@ display: block !important;
display: block !important; display: block !important;
} }
/* add the |> icon to the sub item items */
.submenu.level1>li>a::before{
content: "\25B6\00a0";
}
/* make the level 0 a flex layout so sub menus become columns */ /* make the level 0 a flex layout so sub menus become columns */
/* and center it */ /* and center it */
.submenu.level0[aria-expanded="true"]{ .submenu.level0[aria-expanded="true"]{
@ -99,8 +104,4 @@ display: block !important;
width: 15% !important; width: 15% !important;
} }
.submenu.level1>li>a::before{
content: "\25B6 ";
}
} }