@theia/scm 1.39.0-next.14 → 1.39.0-next.18
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.
- package/lib/browser/decorations/scm-decorations-service.js +1 -1
- package/lib/browser/decorations/scm-decorations-service.js.map +1 -1
- package/lib/browser/decorations/scm-navigator-decorator.js +1 -1
- package/lib/browser/decorations/scm-navigator-decorator.js.map +1 -1
- package/lib/browser/decorations/scm-tab-bar-decorator.js +1 -1
- package/lib/browser/decorations/scm-tab-bar-decorator.js.map +1 -1
- package/lib/browser/dirty-diff/content-lines.js +1 -1
- package/lib/browser/dirty-diff/content-lines.js.map +1 -1
- package/lib/browser/dirty-diff/content-lines.spec.js +1 -1
- package/lib/browser/dirty-diff/content-lines.spec.js.map +1 -1
- package/lib/browser/dirty-diff/diff-computer.js +1 -1
- package/lib/browser/dirty-diff/diff-computer.js.map +1 -1
- package/lib/browser/dirty-diff/diff-computer.spec.js +1 -1
- package/lib/browser/dirty-diff/diff-computer.spec.js.map +1 -1
- package/lib/browser/dirty-diff/dirty-diff-decorator.js +1 -1
- package/lib/browser/dirty-diff/dirty-diff-decorator.js.map +1 -1
- package/lib/browser/dirty-diff/dirty-diff-module.js +1 -1
- package/lib/browser/dirty-diff/dirty-diff-module.js.map +1 -1
- package/lib/browser/scm-amend-component.js +1 -1
- package/lib/browser/scm-amend-component.js.map +1 -1
- package/lib/browser/scm-amend-widget.js +1 -1
- package/lib/browser/scm-amend-widget.js.map +1 -1
- package/lib/browser/scm-avatar-service.js +1 -1
- package/lib/browser/scm-avatar-service.js.map +1 -1
- package/lib/browser/scm-commit-widget.js +1 -1
- package/lib/browser/scm-commit-widget.js.map +1 -1
- package/lib/browser/scm-context-key-service.js +1 -1
- package/lib/browser/scm-context-key-service.js.map +1 -1
- package/lib/browser/scm-contribution.js +1 -1
- package/lib/browser/scm-contribution.js.map +1 -1
- package/lib/browser/scm-frontend-module.js +1 -1
- package/lib/browser/scm-frontend-module.js.map +1 -1
- package/lib/browser/scm-groups-tree-model.js +1 -1
- package/lib/browser/scm-groups-tree-model.js.map +1 -1
- package/lib/browser/scm-input.js +1 -1
- package/lib/browser/scm-input.js.map +1 -1
- package/lib/browser/scm-layout-migrations.js +1 -1
- package/lib/browser/scm-layout-migrations.js.map +1 -1
- package/lib/browser/scm-no-repository-widget.js +1 -1
- package/lib/browser/scm-no-repository-widget.js.map +1 -1
- package/lib/browser/scm-preferences.js +1 -1
- package/lib/browser/scm-preferences.js.map +1 -1
- package/lib/browser/scm-provider.js +1 -1
- package/lib/browser/scm-provider.js.map +1 -1
- package/lib/browser/scm-quick-open-service.js +1 -1
- package/lib/browser/scm-quick-open-service.js.map +1 -1
- package/lib/browser/scm-repository.js +1 -1
- package/lib/browser/scm-repository.js.map +1 -1
- package/lib/browser/scm-service.js +1 -1
- package/lib/browser/scm-service.js.map +1 -1
- package/lib/browser/scm-tree-label-provider.js +1 -1
- package/lib/browser/scm-tree-label-provider.js.map +1 -1
- package/lib/browser/scm-tree-model.js +1 -1
- package/lib/browser/scm-tree-model.js.map +1 -1
- package/lib/browser/scm-tree-widget.js +1 -1
- package/lib/browser/scm-tree-widget.js.map +1 -1
- package/lib/browser/scm-widget.js +1 -1
- package/lib/browser/scm-widget.js.map +1 -1
- package/package.json +6 -6
- package/src/browser/decorations/scm-decorations-service.ts +1 -1
- package/src/browser/decorations/scm-navigator-decorator.ts +1 -1
- package/src/browser/decorations/scm-tab-bar-decorator.ts +1 -1
- package/src/browser/dirty-diff/content-lines.spec.ts +1 -1
- package/src/browser/dirty-diff/content-lines.ts +1 -1
- package/src/browser/dirty-diff/diff-computer.spec.ts +1 -1
- package/src/browser/dirty-diff/diff-computer.ts +1 -1
- package/src/browser/dirty-diff/dirty-diff-decorator.ts +1 -1
- package/src/browser/dirty-diff/dirty-diff-module.ts +1 -1
- package/src/browser/scm-amend-component.tsx +1 -1
- package/src/browser/scm-amend-widget.tsx +1 -1
- package/src/browser/scm-avatar-service.ts +1 -1
- package/src/browser/scm-commit-widget.tsx +1 -1
- package/src/browser/scm-context-key-service.ts +1 -1
- package/src/browser/scm-contribution.ts +1 -1
- package/src/browser/scm-frontend-module.ts +1 -1
- package/src/browser/scm-groups-tree-model.ts +1 -1
- package/src/browser/scm-input.ts +1 -1
- package/src/browser/scm-layout-migrations.ts +1 -1
- package/src/browser/scm-no-repository-widget.tsx +1 -1
- package/src/browser/scm-preferences.ts +1 -1
- package/src/browser/scm-provider.ts +1 -1
- package/src/browser/scm-quick-open-service.ts +1 -1
- package/src/browser/scm-repository.ts +1 -1
- package/src/browser/scm-service.ts +1 -1
- package/src/browser/scm-tree-label-provider.ts +1 -1
- package/src/browser/scm-tree-model.ts +1 -1
- package/src/browser/scm-tree-widget.tsx +1 -1
- package/src/browser/scm-widget.tsx +1 -1
- package/src/browser/style/dirty-diff.css +14 -14
- package/src/browser/style/index.css +115 -111
- package/src/browser/style/scm-amend-component.css +46 -46
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import '../../src/browser/style/index.css';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject, postConstruct } from '@theia/core/shared/inversify';
|
package/src/browser/scm-input.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { interfaces } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject, optional } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { Disposable, DisposableCollection, Emitter } from '@theia/core/lib/common';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { inject, injectable } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
import { injectable, inject } from '@theia/core/shared/inversify';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable no-null/no-null, @typescript-eslint/no-explicit-any */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// with the GNU Classpath Exception which is available at
|
|
12
12
|
// https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
//
|
|
14
|
-
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
// *****************************************************************************
|
|
16
16
|
|
|
17
17
|
/* eslint-disable no-null/no-null, @typescript-eslint/no-explicit-any */
|
|
@@ -11,40 +11,40 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
|
-
@import
|
|
17
|
+
@import "dirty-diff-decorator.css";
|
|
18
18
|
|
|
19
19
|
.monaco-editor .dirty-diff-added-line {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
border-left: 3px solid var(--theia-editorGutter-addedBackground);
|
|
21
|
+
transition: opacity 0.5s;
|
|
22
22
|
}
|
|
23
23
|
.monaco-editor .dirty-diff-added-line:before {
|
|
24
|
-
|
|
24
|
+
background: var(--theia-editorGutter-addedBackground);
|
|
25
25
|
}
|
|
26
26
|
.monaco-editor .margin:hover .dirty-diff-added-line {
|
|
27
|
-
|
|
27
|
+
opacity: 1;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.monaco-editor .dirty-diff-removed-line:after {
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
border-left: 4px solid var(--theia-editorGutter-deletedBackground);
|
|
32
|
+
transition: opacity 0.5s;
|
|
33
33
|
}
|
|
34
34
|
.monaco-editor .dirty-diff-removed-line:before {
|
|
35
|
-
|
|
35
|
+
background: var(--theia-editorGutter-deletedBackground);
|
|
36
36
|
}
|
|
37
37
|
.monaco-editor .margin:hover .dirty-diff-removed-line {
|
|
38
|
-
|
|
38
|
+
opacity: 1;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.monaco-editor .dirty-diff-modified-line {
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
border-left: 3px solid var(--theia-editorGutter-modifiedBackground);
|
|
43
|
+
transition: opacity 0.5s;
|
|
44
44
|
}
|
|
45
45
|
.monaco-editor .dirty-diff-modified-line:before {
|
|
46
|
-
|
|
46
|
+
background: var(--theia-editorGutter-modifiedBackground);
|
|
47
47
|
}
|
|
48
48
|
.monaco-editor .margin:hover .dirty-diff-modified-line {
|
|
49
|
-
|
|
49
|
+
opacity: 1;
|
|
50
50
|
}
|
|
@@ -11,212 +11,216 @@
|
|
|
11
11
|
* with the GNU Classpath Exception which is available at
|
|
12
12
|
* https://www.gnu.org/software/classpath/license.html.
|
|
13
13
|
*
|
|
14
|
-
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
14
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
|
15
15
|
********************************************************************************/
|
|
16
16
|
|
|
17
17
|
.theia-scm-commit {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
font-size: var(--theia-ui-font-size1);
|
|
20
|
+
max-height: calc(100% - var(--theia-border-width));
|
|
21
|
+
position: relative;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.theia-scm {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
padding: 5px;
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
height: 100%;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.theia-side-panel .theia-scm {
|
|
31
|
-
|
|
31
|
+
padding-left: 19px;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.groups-outer-container:focus {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
outline: 0;
|
|
36
|
+
box-shadow: none;
|
|
37
|
+
border: none;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.theia-scm .noWrapInfo {
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
width: 100%;
|
|
42
|
+
align-items: center;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.theia-scm:focus,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
.theia-scm:focus,
|
|
46
|
+
.theia-scm :focus {
|
|
47
|
+
outline: 0;
|
|
48
|
+
box-shadow: none;
|
|
49
|
+
border: none;
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
.theia-scm .space-between {
|
|
52
|
-
|
|
53
|
+
justify-content: space-between;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.theia-scm .changesHeader {
|
|
56
|
-
|
|
57
|
+
font-weight: bold;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
.theia-scm .theia-scm-amend {
|
|
60
|
-
|
|
61
|
+
margin: 5px 0;
|
|
61
62
|
}
|
|
62
63
|
|
|
63
64
|
.theia-scm #messageInputContainer {
|
|
64
|
-
|
|
65
|
+
position: relative;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
.theia-scm #repositoryListContainer {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
display: flex;
|
|
70
|
+
margin-bottom: 5px;
|
|
71
|
+
flex: 1;
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
.theia-scm .groups-outer-container {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
overflow-y: auto;
|
|
76
|
+
width: 100%;
|
|
77
|
+
flex-grow: 1;
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
.theia-scm .warn {
|
|
80
|
-
|
|
81
|
+
background-color: var(--theia-inputValidation-warningBackground) !important;
|
|
81
82
|
}
|
|
82
83
|
|
|
83
84
|
.theia-scm-main-container {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
display: flex;
|
|
86
|
+
flex-direction: column;
|
|
87
|
+
height: 100%;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.theia-scm-input-message-container {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
display: flex;
|
|
92
|
+
flex-direction: column;
|
|
93
|
+
margin: 0px 0px 7px 0px;
|
|
94
|
+
max-height: 400px;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
.theia-scm-input-message-container textarea {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
98
|
+
line-height: var(--theia-content-line-height);
|
|
99
|
+
resize: none;
|
|
100
|
+
box-sizing: border-box;
|
|
101
|
+
min-height: 32px;
|
|
102
|
+
padding: 4px;
|
|
103
|
+
border: none;
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
.theia-scm-input-message-container textarea:placeholder-shown {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
text-overflow: ellipsis;
|
|
109
|
+
white-space: nowrap;
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
.theia-scm-input-message-container textarea:focus {
|
|
112
|
-
|
|
113
|
+
outline: var(--theia-border-width) solid var(--theia-focusBorder);
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
.theia-scm-input-message {
|
|
116
|
-
|
|
117
|
+
width: 100%;
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
.theia-scm-input-message-idle:not(:focus) {
|
|
120
|
-
|
|
121
|
+
border-color: var(--theia-input-border);
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
.theia-scm-input-message-info {
|
|
124
|
-
|
|
125
|
+
border-color: var(--theia-inputValidation-infoBorder) !important;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
128
|
.theia-scm-input-message-success {
|
|
128
|
-
|
|
129
|
+
border-color: var(--theia-successBackground) !important;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
.theia-scm-input-message-warning {
|
|
132
|
-
|
|
133
|
+
border-color: var(--theia-inputValidation-warningBorder) !important;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
.theia-scm-input-message-error {
|
|
136
|
-
|
|
137
|
+
border-color: var(--theia-inputValidation-errorBorder) !important;
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
.theia-scm-message,
|
|
140
141
|
.theia-scm-input-validation-message {
|
|
141
|
-
|
|
142
|
+
padding: 4px 4px 4px 4px;
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
.theia-scm-validation-message-info {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
146
|
+
background-color: var(--theia-inputValidation-infoBackground) !important;
|
|
147
|
+
color: var(--theia-inputValidation-infoForeground);
|
|
148
|
+
border: var(--theia-border-width) solid
|
|
149
|
+
var(--theia-inputValidation-infoBorder);
|
|
150
|
+
border-top: none; /* remove top border since the input declares it already */
|
|
149
151
|
}
|
|
150
152
|
|
|
151
153
|
.theia-scm-validation-message-success {
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
background-color: var(--theia-successBackground) !important;
|
|
155
|
+
color: var(--theia-inputValidation-warningBackground);
|
|
154
156
|
}
|
|
155
157
|
|
|
156
158
|
.theia-scm-message-warning,
|
|
157
159
|
.theia-scm-validation-message-warning {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
background-color: var(--theia-inputValidation-warningBackground) !important;
|
|
161
|
+
color: var(--theia-inputValidation-warningForeground);
|
|
162
|
+
border: var(--theia-border-width) solid
|
|
163
|
+
var(--theia-inputValidation-warningBorder);
|
|
164
|
+
border-top: none; /* remove top border since the input declares it already */
|
|
162
165
|
}
|
|
163
166
|
|
|
164
167
|
.theia-scm-validation-message-error {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
168
|
+
background-color: var(--theia-inputValidation-errorBackground) !important;
|
|
169
|
+
color: var(--theia-inputValidation-errorForeground);
|
|
170
|
+
border: var(--theia-border-width) solid
|
|
171
|
+
var(--theia-inputValidation-errorBorder);
|
|
172
|
+
border-top: none; /* remove top border since the input declares it already */
|
|
169
173
|
}
|
|
170
174
|
|
|
171
175
|
.no-select:focus {
|
|
172
|
-
|
|
176
|
+
outline: none;
|
|
173
177
|
}
|
|
174
178
|
|
|
175
179
|
.theia-scm .scmItem {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
180
|
+
font-size: var(--theia-ui-font-size1);
|
|
181
|
+
display: flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
justify-content: space-between;
|
|
184
|
+
height: var(--theia-content-line-height);
|
|
185
|
+
line-height: var(--theia-content-line-height);
|
|
186
|
+
padding: 0px calc(var(--theia-ui-padding) / 2);
|
|
183
187
|
}
|
|
184
188
|
|
|
185
189
|
.theia-scm .scmItem:hover {
|
|
186
|
-
|
|
190
|
+
cursor: pointer;
|
|
187
191
|
}
|
|
188
192
|
|
|
189
193
|
.theia-scm:focus-within .scmItem:focus {
|
|
190
|
-
|
|
191
|
-
|
|
194
|
+
background: var(--theia-list-focusBackground);
|
|
195
|
+
color: var(--theia-list-focusForeground);
|
|
192
196
|
}
|
|
193
197
|
|
|
194
198
|
.theia-scm:not(:focus-within) .scmItem:not(:focus) {
|
|
195
|
-
|
|
199
|
+
background: var(--theia-list-inactiveFocusBackground);
|
|
196
200
|
}
|
|
197
201
|
|
|
198
202
|
.theia-scm:focus-within .scmItem.theia-mod-selected {
|
|
199
|
-
|
|
200
|
-
|
|
203
|
+
background: var(--theia-list-activeSelectionBackground);
|
|
204
|
+
color: var(--theia-list-activeSelectionForeground);
|
|
201
205
|
}
|
|
202
206
|
|
|
203
207
|
.theia-scm:not(:focus-within) .scmItem.theia-mod-selected {
|
|
204
|
-
|
|
205
|
-
|
|
208
|
+
background: var(--theia-list-inactiveSelectionBackground);
|
|
209
|
+
color: var(--theia-list-inactiveSelectionForeground);
|
|
206
210
|
}
|
|
207
211
|
|
|
208
212
|
.theia-scm .scmItem .path {
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
213
|
+
font-size: var(--theia-ui-font-size0);
|
|
214
|
+
margin-left: var(--theia-ui-padding);
|
|
215
|
+
opacity: 0.7;
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
.theia-scm .scmItem .status {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
width: 16px;
|
|
220
|
+
text-align: center;
|
|
221
|
+
padding-top: 2px;
|
|
222
|
+
padding-bottom: 2px;
|
|
223
|
+
font-size: var(--theia-ui-font-size0);
|
|
220
224
|
}
|
|
221
225
|
|
|
222
226
|
.theia-scm .decoration-icon {
|
|
@@ -224,48 +228,48 @@
|
|
|
224
228
|
}
|
|
225
229
|
|
|
226
230
|
.scm-change-count {
|
|
227
|
-
|
|
231
|
+
float: right;
|
|
228
232
|
}
|
|
229
233
|
|
|
230
234
|
.scm-theia-header {
|
|
231
|
-
|
|
232
|
-
|
|
235
|
+
display: flex;
|
|
236
|
+
align-items: center;
|
|
233
237
|
}
|
|
234
238
|
|
|
235
239
|
.scm-theia-header:hover {
|
|
236
|
-
|
|
240
|
+
cursor: pointer;
|
|
237
241
|
}
|
|
238
242
|
|
|
239
243
|
.theia-scm-inline-actions-container {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
+
display: flex;
|
|
245
|
+
justify-content: flex-end;
|
|
246
|
+
margin-left: 3px;
|
|
247
|
+
min-height: 16px;
|
|
244
248
|
}
|
|
245
249
|
|
|
246
250
|
.theia-scm-inline-actions {
|
|
247
|
-
|
|
248
|
-
|
|
251
|
+
display: flex;
|
|
252
|
+
margin: 0 3px;
|
|
249
253
|
}
|
|
250
254
|
|
|
251
255
|
.theia-scm-inline-actions a {
|
|
252
|
-
|
|
256
|
+
color: var(--theia-icon-foreground);
|
|
253
257
|
}
|
|
254
258
|
|
|
255
259
|
.theia-scm-inline-action {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
260
|
+
font-size: var(--theia-ui-font-size1);
|
|
261
|
+
margin: 0 2px;
|
|
262
|
+
cursor: pointer;
|
|
263
|
+
display: flex;
|
|
264
|
+
align-items: center;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
.theia-scm-inline-action .open-file {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
268
|
+
height: var(--theia-icon-size);
|
|
269
|
+
width: 12px;
|
|
270
|
+
background: var(--theia-icon-open-file) no-repeat center center;
|
|
267
271
|
}
|
|
268
272
|
|
|
269
273
|
.theia-scm-panel {
|
|
270
|
-
|
|
274
|
+
overflow: visible;
|
|
271
275
|
}
|