Replace more CSS vars with constants

Swaps out various shades of red and black with --error-text-color and
--deemphasized-text-color, respectively.

Also removes some vestigial CSS that was never applied, and a hard-coded
check for a specific color in gr-autocomplete_test.

Change-Id: Ideee67300d8bbaa8e86fb1a2991492fa22a2ac43
This commit is contained in:
Kasper Nilsson
2018-05-09 20:18:20 -07:00
parent be341b5c42
commit 4313467582
14 changed files with 13 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ limitations under the License.
@apply --gr-dropdown-item;
}
li .itemAction.disabled {
color: #ccc;
color: var(--deemphasized-text-color);
cursor: default;
}
li .itemAction:link,