|
3 | 3 | * |
4 | 4 | * - dart-sass v1.18.0 |
5 | 5 | */ |
6 | | -.diff { |
| 6 | +.diff-wrapper.diff { |
7 | 7 | background-color: #fff; |
8 | 8 | border-collapse: collapse; |
9 | 9 | border-spacing: 0; |
|
15 | 15 | width: 100%; |
16 | 16 | word-break: break-all; |
17 | 17 | } |
18 | | -.diff th { |
| 18 | +.diff-wrapper.diff th { |
19 | 19 | font-weight: 700; |
20 | 20 | } |
21 | | -.diff td, |
22 | | -.diff th { |
| 21 | +.diff-wrapper.diff td, |
| 22 | +.diff-wrapper.diff th { |
23 | 23 | border-collapse: separate; |
24 | 24 | border: none; |
25 | 25 | padding: 1px 2px; |
26 | 26 | background: #fff; |
27 | 27 | } |
28 | | -.diff td a, |
29 | | -.diff th a { |
| 28 | +.diff-wrapper.diff td a, |
| 29 | +.diff-wrapper.diff th a { |
30 | 30 | color: #000; |
31 | 31 | cursor: inherit; |
32 | 32 | pointer-events: none; |
33 | 33 | } |
34 | | -.diff thead th { |
| 34 | +.diff-wrapper.diff thead th { |
35 | 35 | background: #a6a6a6; |
36 | 36 | border-bottom: 1px solid black; |
37 | 37 | padding: 4px; |
38 | 38 | text-align: left; |
39 | 39 | } |
40 | | -.diff tbody.skipped { |
| 40 | +.diff-wrapper.diff tbody.skipped { |
41 | 41 | border-top: 1px solid black; |
42 | 42 | } |
43 | | -.diff tbody.skipped td, |
44 | | -.diff tbody.skipped th { |
| 43 | +.diff-wrapper.diff tbody.skipped td, |
| 44 | +.diff-wrapper.diff tbody.skipped th { |
45 | 45 | display: none; |
46 | 46 | } |
47 | | -.diff tbody th { |
| 47 | +.diff-wrapper.diff tbody th { |
48 | 48 | background: #cccccc; |
49 | 49 | border-right: 1px solid black; |
50 | 50 | text-align: right; |
51 | 51 | vertical-align: top; |
52 | 52 | width: 4em; |
53 | 53 | } |
54 | | -.diff tbody th.sign { |
| 54 | +.diff-wrapper.diff tbody th.sign { |
55 | 55 | background: #fff; |
56 | 56 | border-right: none; |
57 | 57 | padding: 1px 0; |
58 | 58 | text-align: center; |
59 | 59 | width: 1em; |
60 | 60 | } |
61 | | -.diff tbody th.sign.del { |
| 61 | +.diff-wrapper.diff tbody th.sign.del { |
62 | 62 | background: #fbe1e1; |
63 | 63 | } |
64 | | -.diff tbody th.sign.ins { |
| 64 | +.diff-wrapper.diff tbody th.sign.ins { |
65 | 65 | background: #e1fbe1; |
66 | 66 | } |
67 | | -.diff.diff-html { |
| 67 | +.diff-wrapper.diff.diff-html { |
68 | 68 | white-space: pre-wrap; |
69 | 69 | } |
70 | | -.diff.diff-html .change.change-eq .old, |
71 | | -.diff.diff-html .change.change-eq .new { |
| 70 | +.diff-wrapper.diff.diff-html .change.change-eq .old, |
| 71 | +.diff-wrapper.diff.diff-html .change.change-eq .new { |
72 | 72 | background: #fff; |
73 | 73 | } |
74 | | -.diff.diff-html .change .old { |
| 74 | +.diff-wrapper.diff.diff-html .change .old { |
75 | 75 | background: #fbe1e1; |
76 | 76 | } |
77 | | -.diff.diff-html .change .new { |
| 77 | +.diff-wrapper.diff.diff-html .change .new { |
78 | 78 | background: #e1fbe1; |
79 | 79 | } |
80 | | -.diff.diff-html .change ins, |
81 | | -.diff.diff-html .change del { |
| 80 | +.diff-wrapper.diff.diff-html .change ins, |
| 81 | +.diff-wrapper.diff.diff-html .change del { |
82 | 82 | font-weight: 700; |
83 | 83 | text-decoration: none; |
84 | 84 | } |
85 | | -.diff.diff-html .change ins { |
| 85 | +.diff-wrapper.diff.diff-html .change ins { |
86 | 86 | background: #a0f1a0; |
87 | 87 | } |
88 | | -.diff.diff-html .change del { |
| 88 | +.diff-wrapper.diff.diff-html .change del { |
89 | 89 | background: #f1a0a0; |
90 | 90 | } |
91 | | -.diff.diff-html .edit-container:hover { |
| 91 | +.diff-wrapper.diff.diff-html .edit-container:hover { |
92 | 92 | box-shadow: 0 0 8px 2px #888; |
93 | 93 | position: relative; |
94 | 94 | z-index: 5; |
95 | 95 | } |
96 | | -.diff.diff-html .edit-container.edited { |
| 96 | +.diff-wrapper.diff.diff-html .edit-container.edited { |
97 | 97 | background: #e1e1fb; |
98 | 98 | } |
99 | | -.diff.diff-html .edit { |
| 99 | +.diff-wrapper.diff.diff-html .edit { |
100 | 100 | display: block; |
101 | 101 | outline: none; |
102 | 102 | } |
0 commit comments