lightBulbWidget.css 676 B

12345678910111213141516
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-editor .contentWidgets .codicon-light-bulb,
  6. .monaco-editor .contentWidgets .codicon-lightbulb-autofix {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. }
  11. .monaco-editor .contentWidgets .codicon-light-bulb:hover,
  12. .monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover {
  13. cursor: pointer;
  14. }