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