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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user