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

Unified Diff: chrome/browser/resources/settings/settings_shared.css

Issue 1628633002: [MD settings] removing a11y_page.css to unify settings styles further (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 11 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 | « chrome/browser/resources/settings/settings_resources.grd ('k') | 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_shared.css
diff --git a/chrome/browser/resources/settings/settings_shared.css b/chrome/browser/resources/settings/settings_shared.css
index 90d956d8581bed665f04e979764acba96f3848a3..99132b1c19c8cfbf805b4614daf14acd73ed0b2f 100644
--- a/chrome/browser/resources/settings/settings_shared.css
+++ b/chrome/browser/resources/settings/settings_shared.css
@@ -15,7 +15,6 @@ h2 {
margin-top: 30px;
}
-
iron-icon {
color: #969696;
}
@@ -29,6 +28,10 @@ paper-button[toggles][active] {
background-color: LightGray;
}
+span + a {
Dan Beam 2016/01/25 18:54:07 why not span ~ a?
dschuyler 2016/01/26 22:16:35 Either will work in this case. '+' has the draw b
+ -webkit-margin-start: 4px;
+}
+
.text-elide {
overflow: hidden;
text-overflow: ellipsis;
@@ -51,6 +54,10 @@ paper-button[toggles][active] {
padding: 0;
}
+.list-frame select {
+ -webkit-margin-start: 4px;
+}
+
.list-item {
@apply(--layout-center);
border-top: 1px solid #e0e0e0;
@@ -106,6 +113,10 @@ paper-button[toggles][active] {
color: #969696;
}
+.settings-box[row] {
Dan Beam 2016/01/25 18:54:07 why are you using an attribute here but classes ot
dschuyler 2016/01/26 22:16:35 I didn't recall the subtle difference between the
+ display: flex;
+}
+
.split {
display: flex;
}
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698