Commit 9bcdcf83 authored by John Lee's avatar John Lee Committed by Commit Bot

WebUI Tab Strip: Make outlines on tab groups 2px

Change-Id: I50bb0446d8716a2f2f9372937f753571442fec49
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398954Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805517}
parent c5191bbb
......@@ -15,7 +15,7 @@
#tabGroup {
border-radius: 8px;
box-shadow: 0 0 0 1px rgb(var(--tabstrip-tab-group-color-rgb));
box-shadow: 0 0 0 2px rgb(var(--tabstrip-tab-group-color-rgb));
padding: var(--tabstrip-tab-spacing);
}
......
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