Path: blob/main/src/vs/platform/actionWidget/browser/tabbedActionListWidget.css
13397 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45/* Tab bar rendered above the action list inside a TabbedActionListWidget6* popup. Styles are intentionally minimal so consumers can override via7* the `tabBarClassName` option. */89.action-widget .tabbed-action-list-tabbar {10display: flex;11align-items: center;12padding: 4px 4px 8px;13}1415.action-widget .tabbed-action-list-tabbar .monaco-custom-radio {16width: 100%;17gap: 8px;18}1920.action-widget .tabbed-action-list-tabbar .monaco-custom-radio > .monaco-button {21border: none;22border-radius: 4px;23}2425.action-widget .tabbed-action-list-tabbar .monaco-custom-radio > .monaco-button:not(.active) {26color: var(--vscode-descriptionForeground);27}282930