Replace color: black with variable

This change also applies this variable in a few places -- due to shady
DOM style scoping, the value being applied to the body tag is not
enough to completely style the content.

Change-Id: Iebeb1833da399d3257be6dc38767280c2e38e209
This commit is contained in:
Kasper Nilsson
2018-04-16 11:34:59 +02:00
parent c5ebc32ee9
commit 45e9c0d812
5 changed files with 9 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ limitations under the License.
display: none;
}
gr-linked-chip {
--linked-chip-text-color: black;
--linked-chip-text-color: var(--primary-text-color);
}
.expanded #collapseBtn,
.openFile .fileViewActions {