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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2771063002: DevTools: make dropdown arrow spacing nicer (Closed)
Patch Set: use triangle-down, remove dropdown-arrow icon Created 3 years, 9 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 | « third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index dfdd957ab9980565f8f5754943a3cdf5811280da..38423c7e083b3d4ec524545d533738aab1c3b568 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -55,7 +55,6 @@
.toolbar-dropdown-arrow {
background-color: #6D6D6D;
pointer-events: none;
- margin: auto 0;
flex: none;
}
@@ -202,7 +201,7 @@ select.toolbar-item {
-webkit-appearance: none;
border: 0;
border-radius: 0;
- padding: 0 8px 0 5px;
+ padding: 0 13px 0 5px;
margin-right: -10px;
position: relative;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698