Commit a68246c5 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Fix missing blur on feedback panel shadow

Bug: 989635
Change-Id: Ife7bc12d404256420c4c2af3810a9f10077dc259
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896485Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712042}
parent 3f0ae380
...@@ -70,9 +70,8 @@ class DisplayPanel extends HTMLElement { ...@@ -70,9 +70,8 @@ class DisplayPanel extends HTMLElement {
#container { #container {
align-items: stretch; align-items: stretch;
background-color: #FFF; background-color: #FFF;
box-shadow: -1px -1px rgba(60, 64, 67, 0.15), box-shadow: 0px 1px 2px 0px rgba(60, 64, 67, 0.3),
0px 2px rgba(60, 64, 67, 0.3), 1px 1px 3px 1px rgba(60, 64, 67, 0.15);
2px 0px rgba(60, 64, 67, 0.15);
border-radius: 4px; border-radius: 4px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
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