| Index: Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| diff --git a/Source/devtools/front_end/components/inspectorViewTabbedPane.css b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| index ef2eb59d156918c407adce5a8345df7274025ed5..6a08c4db21080769485dc53caa15a5a67b3ec134 100644
|
| --- a/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| +++ b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| @@ -14,10 +14,6 @@
|
| overflow: visible;
|
| }
|
|
|
| -.tabbed-pane-header-tab {
|
| - height: 23px;
|
| -}
|
| -
|
| :host-context(.material) .tabbed-pane-header-tab {
|
| height: 28px;
|
| border: none;
|
| @@ -30,19 +26,23 @@
|
|
|
| .tabbed-pane-header-tab,
|
| .tabbed-pane-header-tab.selected {
|
| - border-width: 0 2px 0 2px;
|
| - background: none;
|
| + border: none;
|
| + height: 23px;
|
| margin: 0;
|
| - padding: 0 3px;
|
| -}
|
| -
|
| -.tabbed-pane-header-tab,
|
| -.tabbed-pane-header-tab.selected {
|
| + background: none;
|
| border: none;
|
| padding: 0 6px;
|
| transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
|
| }
|
|
|
| +.tabbed-pane-header-tab {
|
| + color: #666;
|
| +}
|
| +
|
| +.tabbed-pane-header-tab.selected {
|
| + color: #333;
|
| +}
|
| +
|
| :host-context(body.undocked.platform-mac) .tabbed-pane-header {
|
| background-color: rgb(243, 243, 243);
|
| color: #333 !important;
|
|
|