commit | 37cf44c9432bcce85bdd2755bb79aeec3a6dfcb2 | [log] [tgz] |
---|---|---|
author | Kateryna Prokopenko <[email protected]> | Fri May 10 10:52:45 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 10 13:21:03 2024 |
tree | 82975a6a85bbfd630ab68d5a1ecbf99af1689b2e | |
parent | 6fceabdde9eacfa16ad0cb90c791a3ee4842fdff [diff] [blame] |
[GM3Restyling] Fix disabled icon button color Bug: 325441197 Change-Id: Ic093b46b36ae9f2a14573dbbf517bca5bdefa439 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5526181 Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Wolfgang Beyer <[email protected]>
diff --git a/front_end/ui/components/buttons/button.css b/front_end/ui/components/buttons/button.css index d15fbcf..57ac262 100644 --- a/front_end/ui/components/buttons/button.css +++ b/front_end/ui/components/buttons/button.css
@@ -195,7 +195,7 @@ } devtools-icon { - color: var(--icon-primary); + color: var(--icon-disabled); } }