Commit 95853957 authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

Downloads: fix incognito icon alignment

Bug: 880737
Change-Id: I2c455762066d424a3cde4e91dc70eacfc1b4fb7c
Reviewed-on: https://chromium-review.googlesource.com/1217033Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590519}
parent 329b2bbd
...@@ -217,7 +217,12 @@ ...@@ -217,7 +217,12 @@
url(chrome://downloads/1x/incognito_marker.png) 1x, url(chrome://downloads/1x/incognito_marker.png) 1x,
url(chrome://downloads/2x/incognito_marker.png) 2x); url(chrome://downloads/2x/incognito_marker.png) 2x);
position: absolute; position: absolute;
right: 10px; right: 16px;
}
:host-context([dir='rtl']) #incognito {
left: 16px;
right: initial;
} }
</style> </style>
......
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