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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_entry.css

Issue 2464393003: MD Settings: convert last .css file to style module (Closed)
Patch Set: merge Created 4 years, 1 month 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/search_engines_page/search_engine_entry.css
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css b/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
deleted file mode 100644
index 06a8d0c523804ab04fcd53d483ab014863a0b1bb..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_entry.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (c) 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. */
-
-.favicon-image {
- -webkit-margin-end: 8px;
- background-repeat: no-repeat;
- background-size: contain;
- display: inline-block;
- height: 20px;
- vertical-align: middle;
- width: 20px;
-}
-
-.name {
- margin: auto;
-}
-
-.dropdown-content {
- background: white;
- box-shadow: 0 2px 6px grey;
-}
-
-paper-icon-button {
- -webkit-padding-end: 0;
-}

Powered by Google App Engine
This is Rietveld 408576698