@delon/theme 17.1.0 → 17.2.0
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/compact.css +41 -2
- package/compact.min.css +1 -1
- package/dark.css +41 -2
- package/dark.min.css +1 -1
- package/default.css +41 -2
- package/default.min.css +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/fesm2022/theme.mjs +1 -1
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +4 -4
- package/system/theme-default.less +1 -1
- package/system/utils/_scrollbar.less +6 -4
package/default.css
CHANGED
|
@@ -23891,6 +23891,9 @@ nz-tabs-nav {
|
|
|
23891
23891
|
background: #fff0f6;
|
|
23892
23892
|
border-color: #ffadd2;
|
|
23893
23893
|
}
|
|
23894
|
+
.ant-tag-borderless {
|
|
23895
|
+
border-color: transparent;
|
|
23896
|
+
}
|
|
23894
23897
|
.ant-tag-pink-inverse {
|
|
23895
23898
|
color: #fff;
|
|
23896
23899
|
background: #eb2f96;
|
|
@@ -23901,6 +23904,9 @@ nz-tabs-nav {
|
|
|
23901
23904
|
background: #fff0f6;
|
|
23902
23905
|
border-color: #ffadd2;
|
|
23903
23906
|
}
|
|
23907
|
+
.ant-tag-borderless {
|
|
23908
|
+
border-color: transparent;
|
|
23909
|
+
}
|
|
23904
23910
|
.ant-tag-magenta-inverse {
|
|
23905
23911
|
color: #fff;
|
|
23906
23912
|
background: #eb2f96;
|
|
@@ -23911,6 +23917,9 @@ nz-tabs-nav {
|
|
|
23911
23917
|
background: #fff1f0;
|
|
23912
23918
|
border-color: #ffa39e;
|
|
23913
23919
|
}
|
|
23920
|
+
.ant-tag-borderless {
|
|
23921
|
+
border-color: transparent;
|
|
23922
|
+
}
|
|
23914
23923
|
.ant-tag-red-inverse {
|
|
23915
23924
|
color: #fff;
|
|
23916
23925
|
background: #f5222d;
|
|
@@ -23921,6 +23930,9 @@ nz-tabs-nav {
|
|
|
23921
23930
|
background: #fff2e8;
|
|
23922
23931
|
border-color: #ffbb96;
|
|
23923
23932
|
}
|
|
23933
|
+
.ant-tag-borderless {
|
|
23934
|
+
border-color: transparent;
|
|
23935
|
+
}
|
|
23924
23936
|
.ant-tag-volcano-inverse {
|
|
23925
23937
|
color: #fff;
|
|
23926
23938
|
background: #fa541c;
|
|
@@ -23931,6 +23943,9 @@ nz-tabs-nav {
|
|
|
23931
23943
|
background: #fff7e6;
|
|
23932
23944
|
border-color: #ffd591;
|
|
23933
23945
|
}
|
|
23946
|
+
.ant-tag-borderless {
|
|
23947
|
+
border-color: transparent;
|
|
23948
|
+
}
|
|
23934
23949
|
.ant-tag-orange-inverse {
|
|
23935
23950
|
color: #fff;
|
|
23936
23951
|
background: #fa8c16;
|
|
@@ -23941,6 +23956,9 @@ nz-tabs-nav {
|
|
|
23941
23956
|
background: #feffe6;
|
|
23942
23957
|
border-color: #fffb8f;
|
|
23943
23958
|
}
|
|
23959
|
+
.ant-tag-borderless {
|
|
23960
|
+
border-color: transparent;
|
|
23961
|
+
}
|
|
23944
23962
|
.ant-tag-yellow-inverse {
|
|
23945
23963
|
color: #fff;
|
|
23946
23964
|
background: #fadb14;
|
|
@@ -23951,6 +23969,9 @@ nz-tabs-nav {
|
|
|
23951
23969
|
background: #fffbe6;
|
|
23952
23970
|
border-color: #ffe58f;
|
|
23953
23971
|
}
|
|
23972
|
+
.ant-tag-borderless {
|
|
23973
|
+
border-color: transparent;
|
|
23974
|
+
}
|
|
23954
23975
|
.ant-tag-gold-inverse {
|
|
23955
23976
|
color: #fff;
|
|
23956
23977
|
background: #faad14;
|
|
@@ -23961,6 +23982,9 @@ nz-tabs-nav {
|
|
|
23961
23982
|
background: #e6fffb;
|
|
23962
23983
|
border-color: #87e8de;
|
|
23963
23984
|
}
|
|
23985
|
+
.ant-tag-borderless {
|
|
23986
|
+
border-color: transparent;
|
|
23987
|
+
}
|
|
23964
23988
|
.ant-tag-cyan-inverse {
|
|
23965
23989
|
color: #fff;
|
|
23966
23990
|
background: #13c2c2;
|
|
@@ -23971,6 +23995,9 @@ nz-tabs-nav {
|
|
|
23971
23995
|
background: #fcffe6;
|
|
23972
23996
|
border-color: #eaff8f;
|
|
23973
23997
|
}
|
|
23998
|
+
.ant-tag-borderless {
|
|
23999
|
+
border-color: transparent;
|
|
24000
|
+
}
|
|
23974
24001
|
.ant-tag-lime-inverse {
|
|
23975
24002
|
color: #fff;
|
|
23976
24003
|
background: #a0d911;
|
|
@@ -23981,6 +24008,9 @@ nz-tabs-nav {
|
|
|
23981
24008
|
background: #f6ffed;
|
|
23982
24009
|
border-color: #b7eb8f;
|
|
23983
24010
|
}
|
|
24011
|
+
.ant-tag-borderless {
|
|
24012
|
+
border-color: transparent;
|
|
24013
|
+
}
|
|
23984
24014
|
.ant-tag-green-inverse {
|
|
23985
24015
|
color: #fff;
|
|
23986
24016
|
background: #52c41a;
|
|
@@ -23991,6 +24021,9 @@ nz-tabs-nav {
|
|
|
23991
24021
|
background: #e6f7ff;
|
|
23992
24022
|
border-color: #91d5ff;
|
|
23993
24023
|
}
|
|
24024
|
+
.ant-tag-borderless {
|
|
24025
|
+
border-color: transparent;
|
|
24026
|
+
}
|
|
23994
24027
|
.ant-tag-blue-inverse {
|
|
23995
24028
|
color: #fff;
|
|
23996
24029
|
background: #1890ff;
|
|
@@ -24001,6 +24034,9 @@ nz-tabs-nav {
|
|
|
24001
24034
|
background: #f0f5ff;
|
|
24002
24035
|
border-color: #adc6ff;
|
|
24003
24036
|
}
|
|
24037
|
+
.ant-tag-borderless {
|
|
24038
|
+
border-color: transparent;
|
|
24039
|
+
}
|
|
24004
24040
|
.ant-tag-geekblue-inverse {
|
|
24005
24041
|
color: #fff;
|
|
24006
24042
|
background: #2f54eb;
|
|
@@ -24011,6 +24047,9 @@ nz-tabs-nav {
|
|
|
24011
24047
|
background: #f9f0ff;
|
|
24012
24048
|
border-color: #d3adf7;
|
|
24013
24049
|
}
|
|
24050
|
+
.ant-tag-borderless {
|
|
24051
|
+
border-color: transparent;
|
|
24052
|
+
}
|
|
24014
24053
|
.ant-tag-purple-inverse {
|
|
24015
24054
|
color: #fff;
|
|
24016
24055
|
background: #722ed1;
|
|
@@ -32010,7 +32049,7 @@ body,
|
|
|
32010
32049
|
.ant-drawer-wrapper-body,
|
|
32011
32050
|
.ant-anchor-wrapper,
|
|
32012
32051
|
textarea.ant-input {
|
|
32013
|
-
scrollbar-color: rgba(0, 0, 0, 0.3)
|
|
32052
|
+
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
|
32014
32053
|
scrollbar-width: thin;
|
|
32015
32054
|
}
|
|
32016
32055
|
body::-webkit-scrollbar,
|
|
@@ -32039,7 +32078,7 @@ body::-webkit-scrollbar-thumb,
|
|
|
32039
32078
|
.ant-drawer-wrapper-body::-webkit-scrollbar-thumb,
|
|
32040
32079
|
.ant-anchor-wrapper::-webkit-scrollbar-thumb,
|
|
32041
32080
|
textarea.ant-input::-webkit-scrollbar-thumb {
|
|
32042
|
-
background-color:
|
|
32081
|
+
background-color: transparent;
|
|
32043
32082
|
outline: 1px solid #333;
|
|
32044
32083
|
}
|
|
32045
32084
|
html {
|