Path: blob/main/src/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.css
4780 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*--------------------------------------------------------------------------------------------*/4.monaco-editor .inlineSuggestionsHints {5padding: 4px;67.warningMessage p {8margin: 0;9}10}1112.monaco-editor .inlineSuggestionsHints.withBorder {13z-index: 39;14color: var(--vscode-editorHoverWidget-foreground);15background-color: var(--vscode-editorHoverWidget-background);16border: 1px solid var(--vscode-editorHoverWidget-border);17}1819.monaco-editor .inlineSuggestionsHints a {20color: var(--vscode-foreground) !important;21}2223.monaco-editor .inlineSuggestionsHints a:hover {24color: var(--vscode-foreground) !important;25}2627.monaco-editor .inlineSuggestionsHints .keybinding {28display: flex;29margin-left: 4px;30opacity: 0.6;31}3233.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key {34font-size: 8px;35padding: 2px 3px;36}3738.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a {39display: flex;40min-width: 19px;41justify-content: center;42}4344.monaco-editor .inlineSuggestionStatusBarItemLabel {45margin-right: 2px;46}474849