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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html

Issue 2818283002: MD-Settings: A11y - Fix password list focusability. (Closed)
Patch Set: nit Created 3 years, 7 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/passwords_and_forms_page/passwords_shared_css.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
index 2a2b921b16b6e9ff3207a8650177547797325e95..39bd50fe24f856696a1d486cc847b4dc37aac528 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
@@ -15,6 +15,26 @@
.list-with-header > div:first-of-type {
border-top: var(--settings-separator-line);
}
+
+ .website-column {
+ display: flex;
+ flex: 3;
+ }
+
+ .username-column {
+ flex: 2;
+ margin: 0 8px;
+ }
+
+ .password-column {
+ align-items: center;
+ display: flex;
+ flex: 2;
+ }
+
+ .selectable {
+ -webkit-user-select: text;
+ }
</style>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698