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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 2212903002: Fix files-toggle-ripple to consider RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix files-toggle-ripple to consider RTL 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 0164f682fdc8a67ab11827309eae04c541a83bdd..39e7d2ca04eedf163d75303f2d4d5319891699ac 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -490,6 +490,11 @@ body.check-select .dialog-header
width: 28px;
}
+html[dir='rtl'] .dialog-header button.icon-button > files-toggle-ripple {
+ left: auto;
+ right: 2px;
+}
+
.dialog-header button.icon-button > .icon {
background-position: center;
background-repeat: no-repeat;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698