@theia/scm-extra 1.53.0-next.55 → 1.53.0-next.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,164 +1,164 @@
1
- /********************************************************************************
2
- * Copyright (C) 2018 TypeFox and others.
3
- *
4
- * This program and the accompanying materials are made available under the
5
- * terms of the Eclipse Public License v. 2.0 which is available at
6
- * http://www.eclipse.org/legal/epl-2.0.
7
- *
8
- * This Source Code may also be made available under the following Secondary
9
- * Licenses when the conditions for such availability set forth in the Eclipse
10
- * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
- * with the GNU Classpath Exception which is available at
12
- * https://www.gnu.org/software/classpath/license.html.
13
- *
14
- * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
- ********************************************************************************/
16
-
17
- .theia-scm-history .history-container {
18
- display: flex;
19
- flex-direction: column;
20
- position: relative;
21
- height: 100%;
22
- }
23
-
24
- .theia-scm-history .listContainer {
25
- flex: 1;
26
- position: relative;
27
- }
28
-
29
- .theia-scm-history .commitList {
30
- height: 100%;
31
- }
32
-
33
- .theia-scm-history .history-container .noWrapInfo {
34
- width: 100%;
35
- }
36
-
37
- .theia-scm-history .commitList .commitListElement {
38
- margin: 3px 0;
39
- }
40
-
41
- .theia-scm-history .commitListElement.first .containerHead {
42
- border: none;
43
- }
44
-
45
- .theia-scm-history .commitListElement .containerHead {
46
- width: calc(100% - 5px);
47
- height: 50px;
48
- display: flex;
49
- align-items: center;
50
- border-top: 1px solid var(--theia-contrastBorder);
51
- }
52
-
53
- .theia-scm-history .commitListElement .containerHead:hover {
54
- background-color: var(--theia-list-hoverBackground);
55
- color: var(--theia-list-hoverForeground);
56
- cursor: pointer;
57
- }
58
-
59
- .theia-scm-history:focus-within
60
- .commitListElement
61
- .containerHead.theia-mod-selected {
62
- background: var(--theia-list-focusBackground);
63
- color: var(--theia-list-focusForeground);
64
- }
65
-
66
- .theia-scm-history:not(:focus-within)
67
- .commitListElement
68
- .containerHead.theia-mod-selected {
69
- background: var(--theia-list-inactiveFocusBackground);
70
- }
71
-
72
- .theia-scm-history .commitListElement .containerHead .headContent {
73
- display: flex;
74
- width: 100%;
75
- box-sizing: border-box;
76
- padding: 0 8px 0 2px;
77
- }
78
-
79
- .theia-scm-history
80
- .commitListElement
81
- .containerHead
82
- .headContent
83
- .image-container {
84
- margin-right: 5px;
85
- }
86
-
87
- .theia-scm-history
88
- .commitListElement
89
- .containerHead
90
- .headContent
91
- .image-container
92
- img {
93
- width: 27px;
94
- }
95
-
96
- .theia-scm-history
97
- .commitListElement
98
- .containerHead
99
- .headContent
100
- .headLabelContainer {
101
- min-width: calc(100% - 93px);
102
- }
103
-
104
- .theia-scm-history
105
- .commitListElement
106
- .containerHead
107
- .headContent
108
- .headLabelContainer.singleFileMode {
109
- width: 100%;
110
- }
111
-
112
- .theia-scm-history
113
- .commitListElement
114
- .containerHead
115
- .headContent
116
- .expansionToggle {
117
- display: flex;
118
- align-items: center;
119
- }
120
-
121
- .theia-scm-history
122
- .commitListElement
123
- .containerHead
124
- .headContent
125
- .detailButton {
126
- display: flex;
127
- align-items: center;
128
- visibility: hidden;
129
- margin: 0 5px;
130
- }
131
-
132
- .theia-scm-history
133
- .commitListElement
134
- .containerHead:hover
135
- .headContent
136
- .detailButton {
137
- visibility: visible;
138
- }
139
-
140
- .theia-scm-history
141
- .commitListElement
142
- .containerHead
143
- .headContent
144
- .expansionToggle
145
- > .toggle {
146
- display: flex;
147
- background: var(--theia-list-focusBackground);
148
- padding: 5px;
149
- border-radius: 7px;
150
- margin-left: 5px;
151
- align-items: center;
152
- justify-content: flex-end;
153
- min-width: 30px;
154
- color: var(--theia-theia-list-focusForeground);
155
- }
156
-
157
- .theia-scm-history .commitTime {
158
- color: var(--theia-descriptionForeground);
159
- font-size: smaller;
160
- }
161
-
162
- .theia-scm-history .large-spinner {
163
- font-size: 48px;
164
- }
1
+ /********************************************************************************
2
+ * Copyright (C) 2018 TypeFox and others.
3
+ *
4
+ * This program and the accompanying materials are made available under the
5
+ * terms of the Eclipse Public License v. 2.0 which is available at
6
+ * http://www.eclipse.org/legal/epl-2.0.
7
+ *
8
+ * This Source Code may also be made available under the following Secondary
9
+ * Licenses when the conditions for such availability set forth in the Eclipse
10
+ * Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ * with the GNU Classpath Exception which is available at
12
+ * https://www.gnu.org/software/classpath/license.html.
13
+ *
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
+ ********************************************************************************/
16
+
17
+ .theia-scm-history .history-container {
18
+ display: flex;
19
+ flex-direction: column;
20
+ position: relative;
21
+ height: 100%;
22
+ }
23
+
24
+ .theia-scm-history .listContainer {
25
+ flex: 1;
26
+ position: relative;
27
+ }
28
+
29
+ .theia-scm-history .commitList {
30
+ height: 100%;
31
+ }
32
+
33
+ .theia-scm-history .history-container .noWrapInfo {
34
+ width: 100%;
35
+ }
36
+
37
+ .theia-scm-history .commitList .commitListElement {
38
+ margin: 3px 0;
39
+ }
40
+
41
+ .theia-scm-history .commitListElement.first .containerHead {
42
+ border: none;
43
+ }
44
+
45
+ .theia-scm-history .commitListElement .containerHead {
46
+ width: calc(100% - 5px);
47
+ height: 50px;
48
+ display: flex;
49
+ align-items: center;
50
+ border-top: 1px solid var(--theia-contrastBorder);
51
+ }
52
+
53
+ .theia-scm-history .commitListElement .containerHead:hover {
54
+ background-color: var(--theia-list-hoverBackground);
55
+ color: var(--theia-list-hoverForeground);
56
+ cursor: pointer;
57
+ }
58
+
59
+ .theia-scm-history:focus-within
60
+ .commitListElement
61
+ .containerHead.theia-mod-selected {
62
+ background: var(--theia-list-focusBackground);
63
+ color: var(--theia-list-focusForeground);
64
+ }
65
+
66
+ .theia-scm-history:not(:focus-within)
67
+ .commitListElement
68
+ .containerHead.theia-mod-selected {
69
+ background: var(--theia-list-inactiveFocusBackground);
70
+ }
71
+
72
+ .theia-scm-history .commitListElement .containerHead .headContent {
73
+ display: flex;
74
+ width: 100%;
75
+ box-sizing: border-box;
76
+ padding: 0 8px 0 2px;
77
+ }
78
+
79
+ .theia-scm-history
80
+ .commitListElement
81
+ .containerHead
82
+ .headContent
83
+ .image-container {
84
+ margin-right: 5px;
85
+ }
86
+
87
+ .theia-scm-history
88
+ .commitListElement
89
+ .containerHead
90
+ .headContent
91
+ .image-container
92
+ img {
93
+ width: 27px;
94
+ }
95
+
96
+ .theia-scm-history
97
+ .commitListElement
98
+ .containerHead
99
+ .headContent
100
+ .headLabelContainer {
101
+ min-width: calc(100% - 93px);
102
+ }
103
+
104
+ .theia-scm-history
105
+ .commitListElement
106
+ .containerHead
107
+ .headContent
108
+ .headLabelContainer.singleFileMode {
109
+ width: 100%;
110
+ }
111
+
112
+ .theia-scm-history
113
+ .commitListElement
114
+ .containerHead
115
+ .headContent
116
+ .expansionToggle {
117
+ display: flex;
118
+ align-items: center;
119
+ }
120
+
121
+ .theia-scm-history
122
+ .commitListElement
123
+ .containerHead
124
+ .headContent
125
+ .detailButton {
126
+ display: flex;
127
+ align-items: center;
128
+ visibility: hidden;
129
+ margin: 0 5px;
130
+ }
131
+
132
+ .theia-scm-history
133
+ .commitListElement
134
+ .containerHead:hover
135
+ .headContent
136
+ .detailButton {
137
+ visibility: visible;
138
+ }
139
+
140
+ .theia-scm-history
141
+ .commitListElement
142
+ .containerHead
143
+ .headContent
144
+ .expansionToggle
145
+ > .toggle {
146
+ display: flex;
147
+ background: var(--theia-list-focusBackground);
148
+ padding: 5px;
149
+ border-radius: 7px;
150
+ margin-left: 5px;
151
+ align-items: center;
152
+ justify-content: flex-end;
153
+ min-width: 30px;
154
+ color: var(--theia-theia-list-focusForeground);
155
+ }
156
+
157
+ .theia-scm-history .commitTime {
158
+ color: var(--theia-descriptionForeground);
159
+ font-size: smaller;
160
+ }
161
+
162
+ .theia-scm-history .large-spinner {
163
+ font-size: 48px;
164
+ }