339dc2bfef7bc54e52d03fa2f805f54bc3d0f3e7cfd9d116c38176c62363b5ce7150529a609fc4764d032268c11df52993f106412d6b9eaf4c9ba1259c1960 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-diff-editor .diff-review-line-number {
  6. text-align: right;
  7. display: inline-block;
  8. }
  9. .monaco-diff-editor .diff-review {
  10. position: absolute;
  11. user-select: none;
  12. -webkit-user-select: none;
  13. -ms-user-select: none;
  14. }
  15. .monaco-diff-editor .diff-review-summary {
  16. padding-left: 10px;
  17. }
  18. .monaco-diff-editor .diff-review-shadow {
  19. position: absolute;
  20. }
  21. .monaco-diff-editor .diff-review-row {
  22. white-space: pre;
  23. }
  24. .monaco-diff-editor .diff-review-table {
  25. display: table;
  26. min-width: 100%;
  27. }
  28. .monaco-diff-editor .diff-review-row {
  29. display: table-row;
  30. width: 100%;
  31. }
  32. .monaco-diff-editor .diff-review-spacer {
  33. display: inline-block;
  34. width: 10px;
  35. vertical-align: middle;
  36. }
  37. .monaco-diff-editor .diff-review-spacer > .codicon {
  38. font-size: 9px !important;
  39. }
  40. .monaco-diff-editor .diff-review-actions {
  41. display: inline-block;
  42. position: absolute;
  43. right: 10px;
  44. top: 2px;
  45. }
  46. .monaco-diff-editor .diff-review-actions .action-label {
  47. width: 16px;
  48. height: 16px;
  49. margin: 2px 0;
  50. }