chrome-devtools-gruvbox-dark-theme
chrome-devtools-gruvbox-dark-theme copied to clipboard
Tabs do not have background
The background on the tabs do not show. Here they are dark (using Dark Devtools theme) and don't look to bad, but on light theme they do.
This css will fix it:
::shadow .tabbed-pane-header-tab, ::shadow .tabbed-pane-header-tab.selected { background: none !important; }