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

Unified Diff: chrome/browser/resources/settings/users_page/user_list.css

Issue 1503403004: Settings People Rewrite: Move users_page as subpage of People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0053-people-rename-a-bunch-of-stuff
Patch Set: Created 5 years 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/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;
-}
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/users_page/user_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698