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

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

Issue 2776883003: DevTools: normalize medium icons (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index 467cbb2a34cfb5093be46080c829d626b0addc6e..a220b6a3997afe187fd2055b5cbbabbc4ff175f8 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -74,9 +74,10 @@
}
.tabbed-pane-header-tab-icon {
- margin-right: 6px;
+ min-width: 14px;
display: flex;
align-items: center;
+ margin-right: 2px;
}
.tabbed-pane-header-tab {

Powered by Google App Engine
This is Rietveld 408576698