Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2294613002: MD Downloads/History: Fix CSS selector that was mistakenly LTR-only (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index d03743a69f6a0a078cb461f49d70e3a0508d6b19..bffd8a5cc6c2e774f5418544d2992738e0332755 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2854,9 +2854,8 @@ paper-button {
width: 100%;
}
- :host-context([dir=ltr]):host([narrow][showing-search]) #icon,
- :host-context([dir=ltr]):host([narrow][showing-search])
- paper-spinner-lite {
+ :host([narrow][showing-search]) #icon,
+ :host([narrow][showing-search]) paper-spinner-lite {
-webkit-margin-start: 18px;
}
</style>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698