Path: blob/main/src/vs/sessions/contrib/changes/browser/media/changesViewActions.css
13406 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.changes-action-view-item {6display: flex;7align-items: center;8gap: 3px;9cursor: pointer;10padding: 0 4px;11border-radius: 3px;12}1314.changes-action-view-item:hover {15background-color: var(--vscode-toolbar-hoverBackground);16}1718.changes-action-view-item .changes-action-icon {19display: flex;20align-items: center;21flex-shrink: 0;22font-size: 14px;23}2425.changes-action-view-item .changes-action-added {26color: var(--vscode-gitDecoration-addedResourceForeground);27}2829.changes-action-view-item .changes-action-removed {30color: var(--vscode-gitDecoration-deletedResourceForeground);31}323334