Path: blob/main/src/vs/workbench/browser/actions/media/actions.css
5251 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.monaco-workbench .quick-input-list .quick-input-list-entry.has-actions:hover .quick-input-list-entry-action-bar .action-label.dirty-workspace::before,6.monaco-workbench .quick-input-list .quick-input-list-entry.has-actions:hover .quick-input-list-entry-action-bar .action-label.opened-workspace::before {7/* Close icon flips between black dot and "X" some entries in the recently opened picker */8content: var(--vscode-icon-x-content);9font-family: var(--vscode-icon-x-font-family);10}1112.monaco-workbench .screencast-mouse {13position: absolute;14border-width: 2px;15border-style: solid;16border-radius: 50%;17z-index: 100000;18content: ' ';19pointer-events: none;20display: none;21}2223.monaco-workbench .screencast-keyboard {24position: absolute;25background-color: rgba(0, 0, 0, 0.5);26width: 100%;27left: 0;28z-index: 100000;29pointer-events: none;30color: #eee;31line-height: 1.75em;32text-align: center;33white-space: nowrap;34overflow: hidden;35text-overflow: ellipsis;36}3738.monaco-workbench.monaco-enable-motion .screencast-keyboard {39transition: opacity 0.3s ease-out;40}4142.monaco-workbench .screencast-keyboard:empty {43opacity: 0;44}4546.monaco-workbench .screencast-keyboard > .key {47padding: 0 8px;48box-shadow: inset 0 -3px 0 hsla(0, 0%, 73%, .4);49margin-right: 6px;50border: 1px solid hsla(0, 0%, 80%, .4);51border-radius: 5px;52background-color: rgba(255, 255, 255, 0.05);53}5455.monaco-workbench .screencast-keyboard > .title {56font-weight: 600;57}585960