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

Unified Diff: chrome/browser/resources/options/autofill_options.css

Issue 1001043004: Revamp desktop Autofill settings, round 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest Created 5 years, 9 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/app/generated_resources.grd ('k') | chrome/browser/resources/options/autofill_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_options.css
diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css
index 8d844f17a8f2d20aa1daf3f30cb596821f25f728..41e7c57da0c9287f1000e4cf4444885575df129f 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -11,8 +11,11 @@
}
.autofill-list-item {
- -webkit-box-flex: 1;
-webkit-padding-start: 8px;
+}
+
+.autofill-list-item + .deemphasized {
+ -webkit-box-flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -21,7 +24,7 @@
margin-top: 15px;
}
-#autofill-options .deletable-item > span {
+#autofill-options .deemphasized {
color: #777;
}
@@ -42,6 +45,11 @@
}
#autofill-options div[role='listitem']:not(:hover):not([selected])
- .list-inline-button {
+ .hide-until-hover {
+ display: none;
+}
+
+#autofill-options div[role='listitem']:-webkit-any(:hover,[selected])
+ .hides-on-hover {
display: none;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/autofill_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698