Unify LESS variable naming scheme for remaining `@color-*` variable

Unifying remaining navigation variable.

Change-Id: I9ff7f1d33e06d175c6e2fdd1ec5b58306d63e737
This commit is contained in:
Volker E 2019-09-28 01:16:24 -07:00
parent f29a1eba0a
commit daa3611bce
3 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@
background-repeat: no-repeat;
h3 {
color: @menu-main-heading-color;
color: @color-navigation-subtle;
font-weight: normal;
margin: 0.5em 0 0 ( @margin-left-menu-main-body / @font-size-menu-main-heading );
padding: 0.25em 0;

View File

@ -102,6 +102,7 @@
h3 {
span {
color: @color-navigation-subtle;
position: relative;
display: block;
padding-left: 0.615em;
@ -109,7 +110,6 @@
padding-right: 16px;
font-size: @font-size-tabs;
font-weight: normal;
color: #444;
&:after {
content: '';

View File

@ -35,6 +35,7 @@
// Navigation
@background-color-secondary: #f6f6f6;
@color-navigation-subtle: #444;
// Navigation `line-height` has to be set in `em`s due to a rendering calculation issue.
@line-height-navigation: 1.125em;
@ -42,7 +43,6 @@
@font-size-menu-main: inherit;
@font-size-menu-main-heading: unit( 12 / @font-size-browser, em ); // Equals `0.75em`.
@menu-main-heading-color: #444;
@font-size-menu-main-body: unit( 12 / @font-size-browser, em );
@margin-left-menu-main-body: 0.5em;