Commit 080a0822 authored by Shik Chen's avatar Shik Chen Committed by Chromium LUCI CQ

CCA: Put barcode scan box shadow under the settings menu

The z-index on scan box made the box-shadow covers the settings menu, so
the text looks weird. This CL removes the unnecessary z-index.

Bug: b/172879638
Test: Manually toggle barcode scanning and open settings menu.
Change-Id: I5077ed3a89eb0421d07d413314c43049fd7db10c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604743
Commit-Queue: Shik Chen <shik@chromium.org>
Reviewed-by: default avatarWei Lee <wtlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839433}
parent b21a4b39
...@@ -1563,7 +1563,6 @@ body:not(.mode-switching):not(.streaming):not(.review-result) #spinner { ...@@ -1563,7 +1563,6 @@ body:not(.mode-switching):not(.streaming):not(.review-result) #spinner {
padding-top: calc(100% / 3); padding-top: calc(100% / 3);
visibility: hidden; visibility: hidden;
width: calc(100% / 3); width: calc(100% / 3);
z-index: 30;
} }
body.photo.scan-barcode .barcode-scan-box { body.photo.scan-barcode .barcode-scan-box {
......
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