| 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 {
|
|
|