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

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

Issue 2782513002: DevTools: perfectly center shevron icon (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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes ('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/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 a220b6a3997afe187fd2055b5cbbabbc4ff175f8..ab6f32027bf6ac29a1aa022e20d6a50300a878b1 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -139,13 +139,11 @@
.tabbed-pane-header-tabs-drop-down-container {
float: left;
- position: relative;
- vertical-align: bottom;
- line-height: 24px;
opacity: 0.8;
- color: inherit;
- font-size: 133%;
cursor: pointer;
+ display: flex;
+ align-items: center;
+ height: 100%;
}
.tabbed-pane-header-tabs-drop-down-container > .chevron-icon {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/Images/src/svg2png.hashes ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698