Commit 6c45eaf2 authored by My Nguyen's avatar My Nguyen Committed by Commit Bot

[OsSettingsLanguages] Update iron-icon color for disabled button

Use google-grey-600 which is the same color as the disabled text.

View: http://screen/QCzfch2vrvgJjuy

Bug: 1113439
Change-Id: I1cb748b864cc72e919a997b80a395dfeee670350
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423813
Commit-Queue: My Nguyen <myy@chromium.org>
Reviewed-by: default avatarRegan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810109}
parent 3b3a657e
......@@ -41,11 +41,15 @@
}
#addLanguages {
--iron-icon-fill-color: var(--cr-link-color);
margin-top: 16px;
}
#addLanguages[disabled] {
--iron-icon-fill-color: var(--google-grey-600);
}
#addLanguagesIcon {
--iron-icon-fill-color: var(--cr-link-color);
margin-inline-end: 8px;
}
</style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment