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

Unified Diff: chrome/browser/resources/md_downloads/toolbar.css

Issue 2374473003: MD Downloads: remove most deprecated CSS imports (Closed)
Patch Set: 80 col wrap Created 4 years, 3 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_downloads/toolbar.css
diff --git a/chrome/browser/resources/md_downloads/toolbar.css b/chrome/browser/resources/md_downloads/toolbar.css
deleted file mode 100644
index e347329373686bcfb896d1f70f9d69d04ac0928a..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_downloads/toolbar.css
+++ /dev/null
@@ -1,70 +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. */
-
-:host {
- align-items: center;
- background: var(--md-toolbar-color);
- color: white;
- display: flex;
- min-height: 56px;
-}
-
-#toolbar {
- --cr-toolbar-field-end-padding: 0;
- --cr-toolbar-field-width: var(--downloads-item-width);
- --cr-toolbar-header-wide: {
- -webkit-margin-start: 24px;
- -webkit-margin-end: 16px; /* Only matters around 900px in Russian. */
- };
- --cr-toolbar-left-content-wide: {
- -webkit-margin-start: 0;
- flex: 1 0 1px;
- max-width: none;
- position: static;
- };
- --cr-toolbar-right-content-wide: {
- flex: 1 0 1px;
- position: static;
- };
- align-items: center;
- flex: 1;
-}
-
-paper-icon-button {
- --iron-icon-height: 20px;
- --iron-icon-width: 20px;
- --paper-icon-button: {
- height: 32px;
- padding: 6px;
- width: 32px;
- };
-}
-
-.more-actions {
- -webkit-margin-end: 16px;
- -webkit-margin-start: 8px;
- text-align: end;
-}
-
-#more {
- --paper-menu-button: {
- padding: 0;
- };
-}
-
-paper-menu {
- --paper-menu-selected-item: {
- font-weight: normal;
- };
-}
-
-paper-item {
- -webkit-user-select: none;
- cursor: pointer;
- font: inherit;
- min-height: 40px;
- /* TODO(michaelpg): fix this for everybody ever.
- * https://github.com/PolymerElements/paper-menu-button/issues/56 */
- white-space: nowrap;
-}

Powered by Google App Engine
This is Rietveld 408576698