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

Unified Diff: chrome/browser/resources/file_manager/foreground/css/combobutton.css

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test failure on non-chromeos Created 6 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/file_manager/foreground/css/combobutton.css
diff --git a/chrome/browser/resources/file_manager/foreground/css/combobutton.css b/chrome/browser/resources/file_manager/foreground/css/combobutton.css
deleted file mode 100644
index 2651aad6bbb1e67b07a5af15109c1930a9fee3cc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/file_manager/foreground/css/combobutton.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Copyright (c) 2012 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. */
-
-.buttonbar button.combobutton {
- -webkit-box-align: stretch;
- display: -webkit-box;
-}
-
-.buttonbar .combobutton > .action {
- background-position: left center;
- background-repeat: no-repeat;
- background-size: 16px 16px;
- padding-left: 21px;
-}
-
-.buttonbar .combobutton > .trigger {
- border-left: solid 1px #dcdcdc;
- margin-left: 8px;
- margin-right: -8px;
- width: 22px;
-}
-
-.buttonbar .combobutton:not([multiple]) > .trigger {
- display: none;
-}
-
-.buttonbar .combobutton > div > span.disclosureindicator {
- -webkit-transform: rotate(90deg);
-}
-
-.buttonbar .combobutton[hidden] {
- display: none;
-}

Powered by Google App Engine
This is Rietveld 408576698