Merge "Followup to ce007e0 - Unify dropdown styles"

This commit is contained in:
jenkins-bot 2022-08-03 19:04:52 +00:00 committed by Gerrit Code Review
commit c71bd6a27b
1 changed files with 4 additions and 0 deletions

View File

@ -56,5 +56,9 @@
// NOTE: Was 40px instead of 41, but changed to avoid visual regressions.
max-height: unit( 41 / @font-size-tabs / @font-size-browser, em );
box-sizing: border-box;
// For better compatibility with gadgets (like Twinkle) that append
// <H3> elements as dropdown headings (which was the convention in legacy Vector).
font-size: inherit;
font-weight: normal;
}
}