Path: blob/main/src/vs/editor/standalone/browser/inspectTokens/inspectTokens.css
3296 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-editor .tokens-inspect-widget {6z-index: 50;7user-select: text;8-webkit-user-select: text;9padding: 10px;10color: var(--vscode-editorHoverWidget-foreground);11background-color: var(--vscode-editorHoverWidget-background);12border: 1px solid var(--vscode-editorHoverWidget-border);13}14.monaco-editor.hc-black .tokens-inspect-widget, .monaco-editor.hc-light .tokens-inspect-widget {15border-width: 2px;16}1718.monaco-editor .tokens-inspect-widget .tokens-inspect-separator {19height: 1px;20border: 0;21background-color: var(--vscode-editorHoverWidget-border);22}2324.monaco-editor .tokens-inspect-widget .tm-token {25font-family: var(--monaco-monospace-font);26}2728.monaco-editor .tokens-inspect-widget .tm-token-length {29font-weight: normal;30font-size: 60%;31float: right;32}3334.monaco-editor .tokens-inspect-widget .tm-metadata-table {35width: 100%;36}3738.monaco-editor .tokens-inspect-widget .tm-metadata-value {39font-family: var(--monaco-monospace-font);40text-align: right;41}4243.monaco-editor .tokens-inspect-widget .tm-token-type {44font-family: var(--monaco-monospace-font);45}464748