Commit 61adb39a authored by John Lee's avatar John Lee Committed by Commit Bot

WebUI Tab Strip: Update shadow on drag image

https://i.imgur.com/iep45bz.png

Fixed: 1035675
Change-Id: Ic73a425a68b5e7275df29f347592715880d39259
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106348Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751079}
parent a23b3e93
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
--tabstrip-tab-width: var(--tabstrip-tab-thumbnail-width); --tabstrip-tab-width: var(--tabstrip-tab-thumbnail-width);
--tabstrip-tab-spacing: 16px; --tabstrip-tab-spacing: 16px;
--tabstrip-tab-dragging-shadow: --tabstrip-tab-dragging-shadow:
0 4px 4px 0 rgba(var(--google-grey-800-rgb), .3), 0 2px 3px 0 rgba(var(--google-grey-800-rgb), .3),
0 8px 12px 6px rgba(var(--google-grey-800-rgb), .15); 0 6px 10px 4px rgba(var(--google-grey-800-rgb), .15);
<if expr="not chromeos"> <if expr="not chromeos">
--tabstrip-tab-drag-image-scale: 1.1; --tabstrip-tab-drag-image-scale: 1.1;
......
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