Commit 3ec9a55a authored by fukino@chromium.org's avatar fukino@chromium.org

Remove transparency from the bottom bar.

BUG=254804
TBR=hirono@chromium.org
TEST=manually tested.

Review URL: https://codereview.chromium.org/451123002

Cr-Commit-Position: refs/heads/master@{#288460}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288460 0039d316-1c4b-4281-b951-d872f2087c98
parent 916a8d2b
...@@ -947,8 +947,7 @@ li[renaming=''] .filename-label { ...@@ -947,8 +947,7 @@ li[renaming=''] .filename-label {
.preview-panel { .preview-panel {
-webkit-transition: background-color 150ms ease; -webkit-transition: background-color 150ms ease;
align-items: center; align-items: center;
background: linear-gradient( background: white;
to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
border-top: 1px solid rgba(20, 20, 22, 0.1); border-top: 1px solid rgba(20, 20, 22, 0.1);
bottom: 0; bottom: 0;
display: flex; display: flex;
......
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