|
4 | 4 | :root { |
5 | 5 | --rct-color-tree-bg: transparent; |
6 | 6 | --rct-item-height: 28px; |
7 | | - --rct-color-search-highlight-bg: var(--green); |
8 | 7 |
|
9 | 8 | --rct-color-tree-focus-outline: transparent; |
10 | 9 | --rct-item-margin: 1px; |
11 | 10 | --rct-item-padding: 8px; |
12 | 11 | --rct-radius: 4px; |
13 | 12 | --rct-bar-offset: 6px; |
14 | 13 | --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); |
24 | 14 |
|
25 | 15 | --rct-arrow-size: 10px; |
26 | 16 | --rct-arrow-container-size: 16px; |
|
31 | 21 | --rct-search-width: 120px; |
32 | 22 | --rct-search-height: 24px; |
33 | 23 | --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); |
38 | 24 | --rct-search-text-offset: calc(var(--rct-search-padding) * 2 + 16px); |
39 | 25 | --rct-search-container-width: calc(var(--rct-search-width) + var(--rct-search-text-offset) + var(--rct-search-padding) + 2px); |
40 | | -} |
41 | 26 |
|
42 | | -.rct-dark { |
| 27 | + |
43 | 28 | --rct-color-search-highlight-bg: #2f5381; |
44 | 29 |
|
45 | 30 | --rct-bar-color: #1d7be5; |
|
59 | 44 | --rct-search-border-bottom: #1d7be5; |
60 | 45 | --rct-search-bg: #373737; |
61 | 46 | --rct-search-text: #ffffff; |
62 | | - --rct-search-text-offset: calc(var(--rct-search-padding) * 2 + 16px); |
63 | 47 | } |
64 | 48 |
|
65 | 49 | .rct-tree-item-button { |
|
0 commit comments