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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.css

Issue 1875413002: MD Settings: polish top-level bluetooth page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixes Created 4 years, 8 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/bluetooth_page/bluetooth_device_list_item.css
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.css b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.css
deleted file mode 100644
index bd41095ea12028fd8259e70790d7fa91700546ee..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.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. */
-
-#outer {
- -webkit-padding-end: 5px;
- -webkit-padding-start: 15px;
- padding-bottom: 5px;
- padding-top: 5px;
-}
-
-#outer:hover:not([dropdown]) {
- background-color: #f0f0f0;
-}
-
-iron-icon {
- -webkit-padding-start: 10px;
-}
-
-paper-item:hover {
- background-color: #f0f0f0;
-}
-
-span.name {
- padding: 10px 0;
-}
-
-span.name[connected] {
- font-weight: bold;
-}
-
-.dropdown-content {
- background: white;
- box-shadow: 0 2px 6px grey;
-}

Powered by Google App Engine
This is Rietveld 408576698