12345678910111213141516 |
- /*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
- .monaco-editor .contentWidgets .codicon-light-bulb,
- .monaco-editor .contentWidgets .codicon-lightbulb-autofix {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .monaco-editor .contentWidgets .codicon-light-bulb:hover,
- .monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover {
- cursor: pointer;
- }
|