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: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 2944813002: Use button elements instead of div for eject buttons. (Closed)
Patch Set: Fix CSS ordering. Created 3 years, 6 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/js/ui/directory_tree.js » ('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/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index bc8483a0c9c97517e7c228d3c0ed751dbe37e420..aeecf068d77e265efc7f1bacd23c5af171c8c432 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -202,6 +202,7 @@ div.splitter {
background: -webkit-image-set(
url(../images/files/ui/eject.png) 1x,
url(../images/files/ui/2x/eject.png) 2x) no-repeat center;
+ border-style: none;
cursor: pointer;
flex: none;
height: 40px;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/directory_tree.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698