Skip to content

Commit 3aad69b

Browse files
committed
fix: Merge styles from dark into light
Like my coffee, the darker the better.
1 parent aa7d384 commit 3aad69b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/features/instance/applications/components/ApplicationsSidebar/file-explorer-modern.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@
44
:root {
55
--rct-color-tree-bg: transparent;
66
--rct-item-height: 28px;
7-
--rct-color-search-highlight-bg: var(--green);
87

98
--rct-color-tree-focus-outline: transparent;
109
--rct-item-margin: 1px;
1110
--rct-item-padding: 8px;
1211
--rct-radius: 4px;
1312
--rct-bar-offset: 6px;
1413
--rct-bar-width: 4px;
15-
--rct-bar-color: var(--white);
16-
--rct-focus-outline: var(--white);
17-
18-
--rct-color-focustree-item-selected-bg: var(--green);
19-
--rct-color-focustree-item-selected-text: var(--black);
20-
--rct-color-focustree-item-hover-bg: var(--blue);
21-
--rct-color-focustree-item-hover-text: inherit;
22-
--rct-color-focustree-item-active-bg: var(--purple-200);
23-
--rct-color-focustree-item-active-text: var(--white);
2414

2515
--rct-arrow-size: 10px;
2616
--rct-arrow-container-size: 16px;
@@ -31,15 +21,10 @@
3121
--rct-search-width: 120px;
3222
--rct-search-height: 24px;
3323
--rct-search-padding: 4px;
34-
--rct-search-border: #b4b7bd;
35-
--rct-search-border-bottom: #0366d6;
36-
--rct-search-bg: var(--white);
37-
--rct-search-text: var(--black);
3824
--rct-search-text-offset: calc(var(--rct-search-padding) * 2 + 16px);
3925
--rct-search-container-width: calc(var(--rct-search-width) + var(--rct-search-text-offset) + var(--rct-search-padding) + 2px);
40-
}
4126

42-
.rct-dark {
27+
4328
--rct-color-search-highlight-bg: #2f5381;
4429

4530
--rct-bar-color: #1d7be5;
@@ -59,7 +44,6 @@
5944
--rct-search-border-bottom: #1d7be5;
6045
--rct-search-bg: #373737;
6146
--rct-search-text: #ffffff;
62-
--rct-search-text-offset: calc(var(--rct-search-padding) * 2 + 16px);
6347
}
6448

6549
.rct-tree-item-button {

0 commit comments

Comments
 (0)