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

Side by Side Diff: chrome/browser/resources/md_downloads/toolbar.css

Issue 1323023002: Remove empty CSS mixin --downloads-shared-style. Wasn't doing anything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/md_downloads/shared_style.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 :host { 5 :host {
6 @apply(--downloads-shared-style);
7 align-items: center; 6 align-items: center;
8 background: rgb(63, 85, 102); 7 background: rgb(63, 85, 102);
9 color: white; 8 color: white;
10 content-sizing: padding-box; 9 content-sizing: padding-box;
11 display: flex; 10 display: flex;
12 height: 56px; 11 height: 56px;
13 } 12 }
14 13
15 #title, 14 #title,
16 #search { 15 #search {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 display: none; 129 display: none;
131 } 130 }
132 } 131 }
133 132
134 @media all and (max-width: 1024px) { 133 @media all and (max-width: 1024px) {
135 /* Hide #actions for narrow windows; they're shown in a vertical dot menu. */ 134 /* Hide #actions for narrow windows; they're shown in a vertical dot menu. */
136 #actions { 135 #actions {
137 display: none; 136 display: none;
138 } 137 }
139 } 138 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/shared_style.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698