@_tc/template-core 0.0.1-bate.50 → 0.0.1-bate.51
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.
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
.schema-workspace {
|
|
7
7
|
background:
|
|
8
|
-
linear-gradient(180deg, hsl(var(--background) / 0.62), hsl(var(--background) / 0.3)),
|
|
9
|
-
hsl(var(--theme-bg));
|
|
8
|
+
linear-gradient(180deg, hsl(var(--background) / 0.62), hsl(var(--background) / 0.3)), hsl(var(--theme-bg));
|
|
10
9
|
}
|
|
11
10
|
|
|
12
11
|
.schema-search-region {
|
|
@@ -45,35 +44,11 @@
|
|
|
45
44
|
line-height: 16px;
|
|
46
45
|
}
|
|
47
46
|
|
|
48
|
-
.schema-search .tc-ui-input input,
|
|
49
|
-
.schema-search .tc-ui-select > div:first-child,
|
|
50
|
-
.schema-search .tc-ui-date-picker > div > div:first-child {
|
|
51
|
-
min-height: 34px;
|
|
52
|
-
border-color: hsl(var(--border) / 0.8);
|
|
53
|
-
border-radius: 7px;
|
|
54
|
-
background-color: hsl(var(--theme-bg) / 0.54);
|
|
55
|
-
padding: 7px 10px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
47
|
.schema-search .tc-ui-date-picker .tc-ui-input input {
|
|
59
48
|
min-height: 0;
|
|
60
49
|
padding: 0;
|
|
61
50
|
}
|
|
62
51
|
|
|
63
|
-
.schema-search .tc-ui-input input:hover,
|
|
64
|
-
.schema-search .tc-ui-select > div:first-child:hover,
|
|
65
|
-
.schema-search .tc-ui-date-picker > div > div:first-child:hover {
|
|
66
|
-
border-color: hsl(var(--foreground) / 0.28);
|
|
67
|
-
background-color: hsl(var(--background) / 0.9);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.schema-search .tc-ui-input input:focus,
|
|
71
|
-
.schema-search .tc-ui-select > div:first-child:focus,
|
|
72
|
-
.schema-search .tc-ui-date-picker > div > div:first-child:focus-within {
|
|
73
|
-
border-color: hsl(var(--theme-primary) / 0.74);
|
|
74
|
-
box-shadow: 0 0 0 3px hsl(var(--theme-primary) / 0.1);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
52
|
.schema-search .tc-ui-button {
|
|
78
53
|
height: 34px;
|
|
79
54
|
border-radius: 7px;
|
package/package.json
CHANGED