|
1 | 1 | import { style } from 'typestyle';
|
2 | 2 |
|
3 | 3 | export const branchDialogClass = style({
|
4 |
| - width: '400px', |
| 4 | + backgroundColor: 'var(--jp-layout-color1)!important', |
| 5 | + borderRadius: '3px!important', |
| 6 | + color: 'var(--jp-ui-font-color1)!important', |
5 | 7 | height: '460px',
|
6 |
| - |
7 |
| - borderRadius: '3px!important' |
| 8 | + width: '400px' |
8 | 9 | });
|
9 | 10 |
|
10 | 11 | export const closeButtonClass = style({
|
@@ -54,21 +55,17 @@ export const contentWrapperClass = style({
|
54 | 55 | });
|
55 | 56 |
|
56 | 57 | export const nameInputClass = style({
|
| 58 | + backgroundColor: 'var(--jp-layout-color0)', |
| 59 | + border: 'var(--jp-border-width) solid #e0e0e0', |
| 60 | + borderRadius: '3px', |
57 | 61 | boxSizing: 'border-box',
|
58 |
| - |
59 |
| - width: '100%', |
60 |
| - height: '2em', |
61 |
| - |
62 |
| - marginBottom: '16px', |
63 |
| - |
64 |
| - /* top | right | bottom | left */ |
65 |
| - padding: '1px 18px 2px 7px', |
66 |
| - |
| 62 | + color: 'var(--jp-ui-font-color1)', |
67 | 63 | fontSize: 'var(--jp-ui-font-size1)',
|
68 | 64 | fontWeight: 300,
|
69 |
| - |
70 |
| - border: 'var(--jp-border-width) solid #e0e0e0', |
71 |
| - borderRadius: '3px', |
| 65 | + height: '2em', |
| 66 | + marginBottom: '16px', |
| 67 | + padding: '1px 18px 2px 7px' /* top | right | bottom | left */, |
| 68 | + width: '100%', |
72 | 69 |
|
73 | 70 | $nest: {
|
74 | 71 | '&:active': {
|
@@ -98,19 +95,16 @@ export const filterClass = style({
|
98 | 95 | });
|
99 | 96 |
|
100 | 97 | export const filterInputClass = style({
|
| 98 | + backgroundColor: 'var(--jp-layout-color0)', |
| 99 | + border: 'var(--jp-border-width) solid #e0e0e0', |
| 100 | + borderRadius: '3px', |
101 | 101 | boxSizing: 'border-box',
|
102 |
| - |
103 |
| - width: '100%', |
104 |
| - height: '2em', |
105 |
| - |
106 |
| - /* top | right | bottom | left */ |
107 |
| - padding: '1px 18px 2px 7px', |
108 |
| - |
| 102 | + color: 'var(--jp-ui-font-color1)', |
109 | 103 | fontSize: 'var(--jp-ui-font-size1)',
|
110 | 104 | fontWeight: 300,
|
111 |
| - |
112 |
| - border: 'var(--jp-border-width) solid #e0e0e0', |
113 |
| - borderRadius: '3px', |
| 105 | + height: '2em', |
| 106 | + padding: '1px 18px 2px 7px' /* top | right | bottom | left */, |
| 107 | + width: '100%', |
114 | 108 |
|
115 | 109 | $nest: {
|
116 | 110 | '&:active': {
|
|
0 commit comments