Commit 4bb6b3b8 authored by Akihiro Ota's avatar Akihiro Ota Committed by Commit Bot

ChromeVox: Update style of disabled items in menu.

Change-Id: I0bfd465bfa5c193ca711ef0c479ac9a4bd35b370

menu.

RELNOTES: Improve color contrast of disabled items in the Chromevox
Change-Id: I0bfd465bfa5c193ca711ef0c479ac9a4bd35b370
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111076Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751862}
parent 304c2423
......@@ -32,8 +32,8 @@ button {
button:disabled,
.menu-item.disabled,
.menu-bar-item.disabled {
background-color: grey;
color: white;
background-color: rgb(60, 64, 67);
color: rgb(207, 216, 220);
}
#menus_button {
......@@ -230,7 +230,7 @@ button:disabled,
.menu-bar-item.active {
background-color: rgb(246, 145, 57);
color: #fff;
color: black;
}
.menu-container {
......
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