d5dc92a6e8b399ec9b3f892564bfdb8dc181c0680bd1396fd218a149c8d0750ff6fc3970c8c690af97eaafc2560f834279bbf84714da626612e7112af4d50c 740 B

123456789101112131415161718192021222324
  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 .view-overlays .current-line {
  6. display: block;
  7. position: absolute;
  8. left: 0;
  9. top: 0;
  10. box-sizing: border-box;
  11. }
  12. .monaco-editor .margin-view-overlays .current-line {
  13. display: block;
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. box-sizing: border-box;
  18. }
  19. .monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both {
  20. border-right: 0;
  21. }