Revert "Use --header-text-color css variable for some classes in gr-main-header"
This reverts commit 7b85db7913.
Reason for revert: This will break the color on all links in header
Change-Id: Ia953d483fbfa45d35f89072be01cb29995422212
This commit is contained in:
@@ -32,7 +32,6 @@ limitations under the License.
|
||||
<template>
|
||||
<style include="shared-styles">
|
||||
:host {
|
||||
color: var(--header-text-color);
|
||||
display: block;
|
||||
}
|
||||
nav {
|
||||
@@ -73,6 +72,7 @@ limitations under the License.
|
||||
position: relative;
|
||||
}
|
||||
.linksTitle {
|
||||
color: var(--header-text-color);
|
||||
display: inline-block;
|
||||
font-weight: var(--font-weight-bold);
|
||||
position: relative;
|
||||
@@ -127,6 +127,9 @@ limitations under the License.
|
||||
:host([logged-in]) gr-account-dropdown {
|
||||
display: inline;
|
||||
}
|
||||
iron-icon {
|
||||
color: var(--header-text-color);
|
||||
}
|
||||
.accountContainer {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
@@ -136,6 +139,7 @@ limitations under the License.
|
||||
white-space: nowrap;
|
||||
}
|
||||
.loginButton, .registerButton {
|
||||
color: var(--header-text-color);
|
||||
padding: .5em 1em;
|
||||
}
|
||||
.dropdown-trigger {
|
||||
|
||||
Reference in New Issue
Block a user