Fix dropdown font sizing in legacy vector

Bug: T287052
Change-Id: I5ec4fb0dc61ed8913debc85061421f567c8cd824
This commit is contained in:
bwang 2021-07-21 09:26:36 -05:00 committed by Bernard Wang
parent 6cb42b975f
commit 14e9d6ba9f
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
// Extends the common MenuDropdown, but allows it to be opened via hover.
.vector-menu-dropdown {
li {
font-size: @font-size-tabs;
}
&:hover .vector-menu-content {
opacity: 1;
visibility: visible;