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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css

Issue 1834033002: Make the passwords list have 3 columns and not over-scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password-edit-dialog.gitbr
Patch Set: Remove Flex Created 4 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 | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
deleted file mode 100644
index 185ea2619175248295bdb8bc66fba59aeb8d3305..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-:host {
- display: flex;
- flex-direction: column;
-}
-
-.list-frame {
- margin-top: 8px;
-}
-
-/* TODO(hcarmona): Grow menu width by 64px if content is wider */
-div.menu-item {
- -webkit-padding-start: 24px;
- width: 104px;
-}
-
-iron-list {
- -webkit-padding-start: 16px;
- flex: 1;
- max-height: 245px;
- overflow: auto;
- padding-bottom: 8px;
- padding-top: 8px;
-}
-
-paper-icon-button {
- color: var(--paper-grey-500);
-}
-
-paper-input {
- --paper-input-container-disabled: {
- opacity: 1;
- };
- --paper-input-container-underline-disabled: {
- opacity: 0;
- };
- width: 150px;
-}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698