Index: chrome/browser/resources/settings/users_page/user_list.css |
diff --git a/chrome/browser/resources/settings/users_page/user_list.css b/chrome/browser/resources/settings/users_page/user_list.css |
deleted file mode 100644 |
index 0db441cdcf4ea90ffd9aab3cd973827635b6517c..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/settings/users_page/user_list.css |
+++ /dev/null |
@@ -1,35 +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. */ |
- |
-.clear-icon { |
- color: #6e6e6e; |
-} |
- |
-.clear-icon::shadow iron-icon { |
- height: 18px; |
- width: 18px; |
-} |
- |
-.soft-border { |
- border: 1px solid #c4c4c4; |
- border-radius: 2px; |
-} |
- |
-.user { |
- -webkit-padding-end: 8px; |
- -webkit-padding-start: 20px; |
- font-size: 0.75em; |
- height: 34px; |
-} |
- |
-.user:hover { |
- background-color: #f0f0f0; |
-} |
- |
-.user-list { |
- border: 1px solid gray; |
- height: 160px; |
- overflow-y: auto; |
- padding: 10px 0; |
-} |