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

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

Issue 2052573003: MD Settings: Update spell check section to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LanguagePolish
Patch Set: comments Created 4 years, 6 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
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index bf1b2d71a5a9687b4844493f7eb3de35ea4c78fb..a4042e7515ad34294edba1ab1bbe7d954613d3bc 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -204,6 +204,16 @@
flex: 1;
}
+ .list-item > label.start {
dschuyler 2016/06/20 22:46:31 Do we need 'label', can this be .list-item > .star
michaelpg 2016/06/20 23:09:34 hmm, I think this is obsolete now
+ align-items: center;
+ display: flex;
+ flex: 1;
+ }
+
+ .list-item > label span[disabled] {
+ opacity: .5; /* TODO(michaelpg): check this value with bettes. */
dschuyler 2016/06/20 22:46:31 It's still a good idea to check with bettes@ when
michaelpg 2016/06/20 23:09:34 Done.
+ }
+
.list-item > paper-icon-item {
padding: 0;
}

Powered by Google App Engine
This is Rietveld 408576698