Commit a56efdd8 authored by John Lee's avatar John Lee Committed by Commit Bot

WebUI Tab Strip: Make box-shadow outline on groups 100% opacity

As requested by UX.

Change-Id: I95847f267f74b199789f16ba1b5e2bc80e304747
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076529
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745157}
parent 70e53cea
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#tabGroup { #tabGroup {
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 0 1px rgba(var(--tabstrip-tab-group-color-rgb), .24); box-shadow: 0 0 0 1px rgb(var(--tabstrip-tab-group-color-rgb));
padding: var(--tabstrip-tab-spacing); padding: var(--tabstrip-tab-spacing);
} }
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
} }
#title { #title {
background: rgba(var(--tabstrip-tab-group-color-rgb), 1); background: rgb(var(--tabstrip-tab-group-color-rgb));
border-radius: 4px; border-radius: 4px;
box-sizing: border-box; box-sizing: border-box;
color: rgb(var(--tabstrip-tab-group-text-color-rgb)); color: rgb(var(--tabstrip-tab-group-text-color-rgb));
......
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