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

Unified Diff: ui/file_manager/file_manager/foreground/css/common.css

Issue 937083002: Files.app: Re-design dialog footer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tag name from button to paper-button in test code. Created 5 years, 10 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/common.css
diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css
index 35f6f04fa2cd7f33fefbe80db6a2dc19dac445ea..5068ec4e9b08b8abfd76cb95a82dd5bd84940e4c 100644
--- a/ui/file_manager/file_manager/foreground/css/common.css
+++ b/ui/file_manager/file_manager/foreground/css/common.css
@@ -115,39 +115,6 @@ input.common[type='checkbox']::after {
opacity: 0.7;
}
-.buttonbar {
- display: flex;
- height: 31px;
-}
-
-.buttonbar button:active img {
- opacity: 1.0;
-}
-
-.buttonbar button:hover img {
- opacity: 0.72;
-}
-
-.buttonbar button[disabled] img {
- opacity: 0.9;
-}
-
-.buttonbar button img {
- display: inline-block;
- margin: -3px 0 0;
- opacity: 0.55;
- vertical-align: middle;
-}
-
-.buttonbar button.menubutton span.disclosureindicator {
- -webkit-transform: rotate(90deg);
- float: right;
- margin-left: 7px;
- margin-top: 10px;
- opacity: .8;
- transition: none;
-}
-
span.disclosureindicator {
background-image: -webkit-image-set(
url(../images/common/disclosure_arrow_dk_grey.png) 1x,
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698