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

Unified Diff: chrome/browser/resources/settings/settings_vars_css.html

Issue 2317403004: [MD settings] align toggle buttons in rtl (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/resources/settings/settings_vars_css.html
diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html
index 476e35fd627cedf8dd8c35b0155ad4cfd6ac8531..dd2d858cabb5f782962a5ec629dfcd2aab022393 100644
--- a/chrome/browser/resources/settings/settings_vars_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -42,7 +42,8 @@
--settings-title-search-color: rgb(192, 199, 205);
--settings-toggle-bar-size: {
height: 12px;
- width: 28px;
+ left: 4px;
+ width: 24px;
};
--settings-toggle-button-size: {
height: 16px;
@@ -76,6 +77,7 @@
--paper-toggle-button-checked-bar-color: var(--settings-toggle-color);
--paper-toggle-button-checked-button: var(--settings-toggle-button-size);
--paper-toggle-button-checked-button-color: var(--settings-toggle-color);
+ --paper-toggle-button-label-spacing: 0;
--paper-toggle-button-unchecked-bar: var(--settings-toggle-bar-size);
--paper-toggle-button-unchecked-button: var(--settings-toggle-button-size);
}
« 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