@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/dark.css
CHANGED
|
@@ -24455,6 +24455,9 @@ nz-tabs-nav {
|
|
|
24455
24455
|
background: #291321;
|
|
24456
24456
|
border-color: #551c3b;
|
|
24457
24457
|
}
|
|
24458
|
+
.ant-tag-borderless {
|
|
24459
|
+
border-color: transparent;
|
|
24460
|
+
}
|
|
24458
24461
|
.ant-tag-pink-inverse {
|
|
24459
24462
|
color: #fff;
|
|
24460
24463
|
background: #cb2b83;
|
|
@@ -24465,6 +24468,9 @@ nz-tabs-nav {
|
|
|
24465
24468
|
background: #291321;
|
|
24466
24469
|
border-color: #551c3b;
|
|
24467
24470
|
}
|
|
24471
|
+
.ant-tag-borderless {
|
|
24472
|
+
border-color: transparent;
|
|
24473
|
+
}
|
|
24468
24474
|
.ant-tag-magenta-inverse {
|
|
24469
24475
|
color: #fff;
|
|
24470
24476
|
background: #cb2b83;
|
|
@@ -24475,6 +24481,9 @@ nz-tabs-nav {
|
|
|
24475
24481
|
background: #2a1215;
|
|
24476
24482
|
border-color: #58181c;
|
|
24477
24483
|
}
|
|
24484
|
+
.ant-tag-borderless {
|
|
24485
|
+
border-color: transparent;
|
|
24486
|
+
}
|
|
24478
24487
|
.ant-tag-red-inverse {
|
|
24479
24488
|
color: #fff;
|
|
24480
24489
|
background: #d32029;
|
|
@@ -24485,6 +24494,9 @@ nz-tabs-nav {
|
|
|
24485
24494
|
background: #2b1611;
|
|
24486
24495
|
border-color: #592716;
|
|
24487
24496
|
}
|
|
24497
|
+
.ant-tag-borderless {
|
|
24498
|
+
border-color: transparent;
|
|
24499
|
+
}
|
|
24488
24500
|
.ant-tag-volcano-inverse {
|
|
24489
24501
|
color: #fff;
|
|
24490
24502
|
background: #d84a1b;
|
|
@@ -24495,6 +24507,9 @@ nz-tabs-nav {
|
|
|
24495
24507
|
background: #2b1d11;
|
|
24496
24508
|
border-color: #593815;
|
|
24497
24509
|
}
|
|
24510
|
+
.ant-tag-borderless {
|
|
24511
|
+
border-color: transparent;
|
|
24512
|
+
}
|
|
24498
24513
|
.ant-tag-orange-inverse {
|
|
24499
24514
|
color: #fff;
|
|
24500
24515
|
background: #d87a16;
|
|
@@ -24505,6 +24520,9 @@ nz-tabs-nav {
|
|
|
24505
24520
|
background: #2b2611;
|
|
24506
24521
|
border-color: #595014;
|
|
24507
24522
|
}
|
|
24523
|
+
.ant-tag-borderless {
|
|
24524
|
+
border-color: transparent;
|
|
24525
|
+
}
|
|
24508
24526
|
.ant-tag-yellow-inverse {
|
|
24509
24527
|
color: #fff;
|
|
24510
24528
|
background: #d8bd14;
|
|
@@ -24515,6 +24533,9 @@ nz-tabs-nav {
|
|
|
24515
24533
|
background: #2b2111;
|
|
24516
24534
|
border-color: #594214;
|
|
24517
24535
|
}
|
|
24536
|
+
.ant-tag-borderless {
|
|
24537
|
+
border-color: transparent;
|
|
24538
|
+
}
|
|
24518
24539
|
.ant-tag-gold-inverse {
|
|
24519
24540
|
color: #fff;
|
|
24520
24541
|
background: #d89614;
|
|
@@ -24525,6 +24546,9 @@ nz-tabs-nav {
|
|
|
24525
24546
|
background: #112123;
|
|
24526
24547
|
border-color: #144848;
|
|
24527
24548
|
}
|
|
24549
|
+
.ant-tag-borderless {
|
|
24550
|
+
border-color: transparent;
|
|
24551
|
+
}
|
|
24528
24552
|
.ant-tag-cyan-inverse {
|
|
24529
24553
|
color: #fff;
|
|
24530
24554
|
background: #13a8a8;
|
|
@@ -24535,6 +24559,9 @@ nz-tabs-nav {
|
|
|
24535
24559
|
background: #1f2611;
|
|
24536
24560
|
border-color: #3e4f13;
|
|
24537
24561
|
}
|
|
24562
|
+
.ant-tag-borderless {
|
|
24563
|
+
border-color: transparent;
|
|
24564
|
+
}
|
|
24538
24565
|
.ant-tag-lime-inverse {
|
|
24539
24566
|
color: #fff;
|
|
24540
24567
|
background: #8bbb11;
|
|
@@ -24545,6 +24572,9 @@ nz-tabs-nav {
|
|
|
24545
24572
|
background: #162312;
|
|
24546
24573
|
border-color: #274916;
|
|
24547
24574
|
}
|
|
24575
|
+
.ant-tag-borderless {
|
|
24576
|
+
border-color: transparent;
|
|
24577
|
+
}
|
|
24548
24578
|
.ant-tag-green-inverse {
|
|
24549
24579
|
color: #fff;
|
|
24550
24580
|
background: #49aa19;
|
|
@@ -24555,6 +24585,9 @@ nz-tabs-nav {
|
|
|
24555
24585
|
background: #111d2c;
|
|
24556
24586
|
border-color: #15395b;
|
|
24557
24587
|
}
|
|
24588
|
+
.ant-tag-borderless {
|
|
24589
|
+
border-color: transparent;
|
|
24590
|
+
}
|
|
24558
24591
|
.ant-tag-blue-inverse {
|
|
24559
24592
|
color: #fff;
|
|
24560
24593
|
background: #177ddc;
|
|
@@ -24565,6 +24598,9 @@ nz-tabs-nav {
|
|
|
24565
24598
|
background: #131629;
|
|
24566
24599
|
border-color: #1c2755;
|
|
24567
24600
|
}
|
|
24601
|
+
.ant-tag-borderless {
|
|
24602
|
+
border-color: transparent;
|
|
24603
|
+
}
|
|
24568
24604
|
.ant-tag-geekblue-inverse {
|
|
24569
24605
|
color: #fff;
|
|
24570
24606
|
background: #2b4acb;
|
|
@@ -24575,6 +24611,9 @@ nz-tabs-nav {
|
|
|
24575
24611
|
background: #1a1325;
|
|
24576
24612
|
border-color: #301c4d;
|
|
24577
24613
|
}
|
|
24614
|
+
.ant-tag-borderless {
|
|
24615
|
+
border-color: transparent;
|
|
24616
|
+
}
|
|
24578
24617
|
.ant-tag-purple-inverse {
|
|
24579
24618
|
color: #fff;
|
|
24580
24619
|
background: #642ab5;
|
|
@@ -32573,7 +32612,7 @@ body,
|
|
|
32573
32612
|
.ant-drawer-wrapper-body,
|
|
32574
32613
|
.ant-anchor-wrapper,
|
|
32575
32614
|
textarea.ant-input {
|
|
32576
|
-
scrollbar-color: rgba(0, 0, 0, 0.3)
|
|
32615
|
+
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
|
32577
32616
|
scrollbar-width: thin;
|
|
32578
32617
|
}
|
|
32579
32618
|
body::-webkit-scrollbar,
|
|
@@ -32602,7 +32641,7 @@ body::-webkit-scrollbar-thumb,
|
|
|
32602
32641
|
.ant-drawer-wrapper-body::-webkit-scrollbar-thumb,
|
|
32603
32642
|
.ant-anchor-wrapper::-webkit-scrollbar-thumb,
|
|
32604
32643
|
textarea.ant-input::-webkit-scrollbar-thumb {
|
|
32605
|
-
background-color:
|
|
32644
|
+
background-color: transparent;
|
|
32606
32645
|
outline: 1px solid #333;
|
|
32607
32646
|
}
|
|
32608
32647
|
html {
|