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

Unified Diff: chrome/browser/resources/md_user_manager/control_bar.css

Issue 1932403002: MD User Manager: Removes external style sheets in Polymer components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/md_user_manager/control_bar.css
diff --git a/chrome/browser/resources/md_user_manager/control_bar.css b/chrome/browser/resources/md_user_manager/control_bar.css
deleted file mode 100644
index 3b2489e9827c22a538acaf23be4c3ac33e8328fd..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_user_manager/control_bar.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Copyright 2016 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. */
-
-#container {
- padding-bottom: 12px;
- padding-top: 12px;
-}
-
-paper-button {
- border-radius: 2px;
- color: var(--paper-grey-600);
- font-weight: 500;
- line-height: 32px;
- margin: 0;
- min-width: 52px;
- padding: 0 16px;
-}
-
-#addUser {
- margin: 0 8px;
-}
-
-#logo {
- content: -webkit-image-set(
- url(../../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo_name_48.png) 1x,
- url(../../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo_name_48.png) 2x);
- height: 18px;
- left: 24px;
- position: absolute;
- top: 19px;
-}
-
-:host-context([dir='rtl']) #logo {
- left: auto;
- right: 24px;
-}

Powered by Google App Engine
This is Rietveld 408576698