Commit 2fcc801e authored by dpapad's avatar dpapad Committed by Commit Bot

PDF Viewer update: Polish sidenav tab "selected" indicators

 - Change border width to 4px (previously 6px).
 - Change color to google-blue-refresh-300 (previously
   google-blue-refresh-700)

Both changes are according to the mocks.

Bug: 1110756
Change-Id: I8b5fbac0f12448e80931d104e3af23eb51d687fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358887
Commit-Queue: dpapad <dpapad@chromium.org>
Auto-Submit: dpapad <dpapad@chromium.org>
Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799066}
parent 64cd39ec
<style include="pdf-shared cr-hidden-style">
:host {
--sidenav-selected-tab-color: var(--google-blue-refresh-300);
background-color: var(--viewer-pdf-toolbar-background-color);
display: flex;
min-width: 300px;
......@@ -21,11 +22,11 @@
}
.selected cr-icon-button {
--cr-icon-button-fill-color: var(--google-blue-refresh-700);
--cr-icon-button-fill-color: var(--sidenav-selected-tab-color);
}
.button-wrapper {
--highlight-border-width: 6px;
--highlight-border-width: 4px;
align-items: center;
border-inline-start: var(--highlight-border-width) solid transparent;
display: flex;
......@@ -36,7 +37,7 @@
}
.button-wrapper.selected {
border-color: var(--google-blue-refresh-700);
border-color: var(--sidenav-selected-tab-color);
}
</style>
<div id="icons">
......
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