| 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;
|
| -}
|
|
|