@alifd/theme-panda 0.1.2 → 0.1.3
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/dist/next-1.css +1 -1
- package/dist/next-2.css +10 -10
- package/dist/next-noreset-1.css +1 -1
- package/dist/next-noreset-2.css +10 -10
- package/dist/next-noreset.css +10 -10
- package/dist/next-noreset.min-1.css +1 -1
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +1 -1
- package/dist/next-noreset.var-2.css +19 -19
- package/dist/next-noreset.var.css +19 -19
- package/dist/next-noreset.var.min-1.css +1 -1
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +10 -10
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +1 -1
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +1 -1
- package/dist/next.var-2.css +19 -19
- package/dist/next.var.css +19 -19
- package/dist/next.var.min-1.css +1 -1
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +1 -1
- package/variables.less +1 -1
- package/variables.scss +1 -1
- package/variables.scss2css.scss +2 -2
package/package.json
CHANGED
package/variables.css
CHANGED
package/variables.less
CHANGED
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
@table-row-hover-bg: #fafafa;
|
|
1729
1729
|
@table-row-selected-bg: #e6f7ff;
|
|
1730
1730
|
@table-header-corner-top: 6px;
|
|
1731
|
-
@table-header-corner-bottom:
|
|
1731
|
+
@table-header-corner-bottom: 0px;
|
|
1732
1732
|
|
|
1733
1733
|
// ------------------------ upload ------------------------ //
|
|
1734
1734
|
|
package/variables.scss
CHANGED
|
@@ -1728,7 +1728,7 @@ $table-group-footer-bg: #fafafa;
|
|
|
1728
1728
|
$table-row-hover-bg: #fafafa;
|
|
1729
1729
|
$table-row-selected-bg: #e6f7ff;
|
|
1730
1730
|
$table-header-corner-top: 6px;
|
|
1731
|
-
$table-header-corner-bottom:
|
|
1731
|
+
$table-header-corner-bottom: 0px;
|
|
1732
1732
|
|
|
1733
1733
|
// ------------------------ upload ------------------------ //
|
|
1734
1734
|
|
package/variables.scss2css.scss
CHANGED
|
@@ -4948,8 +4948,8 @@ $varMap: map-merge($varMap, (var(--table-row-selected-bg, #e6f7ff): #e6f7ff));
|
|
|
4948
4948
|
$table-header-corner-top: var(--table-header-corner-top, 6px);
|
|
4949
4949
|
$varMap: map-merge($varMap, (var(--table-header-corner-top, 6px): 6px));
|
|
4950
4950
|
|
|
4951
|
-
$table-header-corner-bottom: var(--table-header-corner-bottom,
|
|
4952
|
-
$varMap: map-merge($varMap, (var(--table-header-corner-bottom,
|
|
4951
|
+
$table-header-corner-bottom: var(--table-header-corner-bottom, 0px);
|
|
4952
|
+
$varMap: map-merge($varMap, (var(--table-header-corner-bottom, 0px): 0px));
|
|
4953
4953
|
|
|
4954
4954
|
|
|
4955
4955
|
$upload-disable-text-color: var(--upload-disable-text-color, rgba(0, 0, 0, 0.4));
|