@kdcloudjs/kdesign 1.2.2 → 1.3.1
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/CHANGELOG.md +47 -0
- package/dist/kdesign-complete.less +42 -81
- package/dist/kdesign.css +56 -119
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +165 -117
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +3 -3
- package/dist/kdesign.min.js +8 -8
- package/dist/kdesign.min.js.map +1 -1
- package/es/badge/style/index.css +3 -4
- package/es/badge/style/index.less +3 -4
- package/es/badge/style/token.less +1 -0
- package/es/button/style/index.css +3 -3
- package/es/button/style/token.less +3 -3
- package/es/carousel/style/index.css +11 -86
- package/es/carousel/style/index.less +3 -60
- package/es/checkbox/checkbox.js +4 -2
- package/es/checkbox/style/index.css +7 -0
- package/es/checkbox/style/index.less +7 -0
- package/es/config-provider/compDefaultProps.d.ts +1 -0
- package/es/config-provider/compDefaultProps.js +2 -1
- package/es/dropdown/style/index.css +5 -5
- package/es/form/Field.d.ts +2 -1
- package/es/form/Field.js +39 -22
- package/es/form/Form.js +7 -2
- package/es/form/hooks/useForm.js +1 -0
- package/es/form/interface.d.ts +5 -0
- package/es/input-number/inputNumber.d.ts +1 -0
- package/es/input-number/inputNumber.js +3 -2
- package/es/locale/locale.d.ts +1 -0
- package/es/locale/zh-CN.d.ts +1 -0
- package/es/locale/zh-CN.js +2 -1
- package/es/menu/subMenu.js +6 -2
- package/es/popconfirm/style/index.css +5 -5
- package/es/select/index.d.ts +2 -2
- package/es/select/interface.d.ts +7 -7
- package/es/select/select.js +12 -1
- package/es/select/style/index.css +13 -7
- package/es/select/style/index.less +14 -6
- package/es/select/style/token.less +4 -1
- package/es/style/mixins/index.less +5 -5
- package/es/tooltip/style/index.css +8 -8
- package/es/tooltip/style/index.less +2 -2
- package/lib/badge/style/index.css +3 -4
- package/lib/badge/style/index.less +3 -4
- package/lib/badge/style/token.less +1 -0
- package/lib/button/style/index.css +3 -3
- package/lib/button/style/token.less +3 -3
- package/lib/carousel/style/index.css +11 -86
- package/lib/carousel/style/index.less +3 -60
- package/lib/checkbox/checkbox.js +4 -2
- package/lib/checkbox/style/index.css +7 -0
- package/lib/checkbox/style/index.less +7 -0
- package/lib/config-provider/compDefaultProps.d.ts +1 -0
- package/lib/config-provider/compDefaultProps.js +2 -1
- package/lib/dropdown/style/index.css +5 -5
- package/lib/form/Field.d.ts +2 -1
- package/lib/form/Field.js +42 -24
- package/lib/form/Form.js +7 -2
- package/lib/form/hooks/useForm.js +1 -0
- package/lib/form/interface.d.ts +5 -0
- package/lib/input-number/inputNumber.d.ts +1 -0
- package/lib/input-number/inputNumber.js +3 -2
- package/lib/locale/locale.d.ts +1 -0
- package/lib/locale/zh-CN.d.ts +1 -0
- package/lib/locale/zh-CN.js +2 -1
- package/lib/menu/subMenu.js +6 -2
- package/lib/popconfirm/style/index.css +5 -5
- package/lib/select/index.d.ts +2 -2
- package/lib/select/interface.d.ts +7 -7
- package/lib/select/select.js +12 -1
- package/lib/select/style/index.css +13 -7
- package/lib/select/style/index.less +14 -6
- package/lib/select/style/token.less +4 -1
- package/lib/style/mixins/index.less +5 -5
- package/lib/tooltip/style/index.css +8 -8
- package/lib/tooltip/style/index.less +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
+
# [1.3.0](https://github.com/kdcloudone/kdesign/compare/v1.2.3...v1.3.0) (2022-05-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [badge] status属性对应颜色调整 ([c442795](https://github.com/kdcloudone/kdesign/commit/c442795602962854e0bf089a4bdad57e657ce23f))
|
|
7
|
+
* [badge] status显示问题 ([b667474](https://github.com/kdcloudone/kdesign/commit/b667474ea0ede932c408340c2d3c5d036c5eaee6))
|
|
8
|
+
* [carousel] 走马灯样式问题修复 ([133ed61](https://github.com/kdcloudone/kdesign/commit/133ed61793b313f8c215b20b411ce5027076437e))
|
|
9
|
+
* [checkbox] 修复group的name传值问题 ([82119f2](https://github.com/kdcloudone/kdesign/commit/82119f2378e80cfca2f5f7df57df79a7aa2f84cb))
|
|
10
|
+
* [form]新增valuePropName属性 ([2d4534b](https://github.com/kdcloudone/kdesign/commit/2d4534b9ec0c217504d08c1fcb7d5660736e65db))
|
|
11
|
+
* [select] 修复ts类型报错 ([d8bd48a](https://github.com/kdcloudone/kdesign/commit/d8bd48aab3217b6eccab80ce0c7c5d59d61f2b2b))
|
|
12
|
+
* [tag] 分类由 导航 => 数据展示 ([251bef1](https://github.com/kdcloudone/kdesign/commit/251bef15101992a24359e1f6eafc24269519182f))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [1.2.3](https://github.com/kdcloudone/kdesign/compare/v1.2.2...v1.2.3) (2022-05-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* [button] 更新主要按钮禁用色 ([edc68e9](https://github.com/kdcloudone/kdesign/commit/edc68e91ad1760812690c2a44d98d151ac7dac5f))
|
|
22
|
+
* [button] 修复幽灵按钮的文字颜色 ([ea1da1d](https://github.com/kdcloudone/kdesign/commit/ea1da1d65351e13575a46501d64479e82eeb5812))
|
|
23
|
+
* [carousel] 解决走马灯自适应问题 ([06969d1](https://github.com/kdcloudone/kdesign/commit/06969d1816c369a41162eeb768d4c14907d5d28b))
|
|
24
|
+
* [form]fix error message ([04d1b6d](https://github.com/kdcloudone/kdesign/commit/04d1b6d120a4bbb62c88694de7c2275550b69cc5))
|
|
25
|
+
* [form]reset errormessage ([6232844](https://github.com/kdcloudone/kdesign/commit/6232844630b131a54eb4238a07dbee2e6d9af191))
|
|
26
|
+
* [menu]del title ([a172601](https://github.com/kdcloudone/kdesign/commit/a172601a96283e871ad604389e6b4e5410a531c5))
|
|
27
|
+
* [menu]fix hover ([d498cca](https://github.com/kdcloudone/kdesign/commit/d498ccaab616fe20cf005c89413fd0ff055c8b62))
|
|
28
|
+
* [others] 更新gio的请求id ([46ef68d](https://github.com/kdcloudone/kdesign/commit/46ef68ddd0bd9f6d1ac2b6260ccfe5428646a83e))
|
|
29
|
+
* [select] 修复禁用状态下的样式 ([a6b837d](https://github.com/kdcloudone/kdesign/commit/a6b837d3cab29cf4ee511377e481354c9f29818f))
|
|
30
|
+
* [stepper] 修复stepper的demo点击递增显示错误 ([85dd79a](https://github.com/kdcloudone/kdesign/commit/85dd79a582a644bf63b621d5e7536969fde5e7ce))
|
|
31
|
+
* [tooltip] 修复视觉走查问题点 ([4db4648](https://github.com/kdcloudone/kdesign/commit/4db464805141060a60603e7b8fe045701ab79753))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [1.2.2](https://github.com/kdcloudone/kdesign/compare/v1.2.1...v1.2.2) (2022-04-28)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* [carousel] 调整样式类名 ([7fd8afd](https://github.com/kdcloudone/kdesign/commit/7fd8afdc38605cd362efe7c1179a62d30e319428))
|
|
41
|
+
* [city-picker] 去除demo的部分内容 ([130f04e](https://github.com/kdcloudone/kdesign/commit/130f04e51ea3721efcebcccd5dcf1703d1c55ce3))
|
|
42
|
+
* [collapse] 修复单测报错问题 ([b13b756](https://github.com/kdcloudone/kdesign/commit/b13b75696f99f2be15a5f79d05335d70e69eaa7a))
|
|
43
|
+
* [radio] 修复阴影动画丢失的问题 ([205fc63](https://github.com/kdcloudone/kdesign/commit/205fc637eb96812fc8fdb2cb84fdec5ef1ccc494))
|
|
44
|
+
* [tabs] 解决Tabs组件effect的值为fade和scrollx的时候没有动画效果 ([6e1754a](https://github.com/kdcloudone/kdesign/commit/6e1754a60e75f6018372e17cefb32f53f298fcbd))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
1
48
|
## [1.2.1](https://github.com/kdcloudone/kdesign/compare/v1.2.0...v1.2.1) (2022-04-21)
|
|
2
49
|
|
|
3
50
|
|
|
@@ -579,7 +579,6 @@
|
|
|
579
579
|
background-color: @badge-color-success;
|
|
580
580
|
}
|
|
581
581
|
&-processing {
|
|
582
|
-
position: relative;
|
|
583
582
|
background-color: @badge-color-ongoing;
|
|
584
583
|
&::after {
|
|
585
584
|
position: absolute;
|
|
@@ -594,13 +593,13 @@
|
|
|
594
593
|
}
|
|
595
594
|
}
|
|
596
595
|
&-error {
|
|
597
|
-
background-color: @badge-color-
|
|
596
|
+
background-color: @badge-color-error;
|
|
598
597
|
}
|
|
599
598
|
&-default {
|
|
600
|
-
background-color: @badge-color-
|
|
599
|
+
background-color: @badge-color-default;
|
|
601
600
|
}
|
|
602
601
|
&-warning {
|
|
603
|
-
background-color: @badge-color-
|
|
602
|
+
background-color: @badge-color-warning;
|
|
604
603
|
}
|
|
605
604
|
}
|
|
606
605
|
|
|
@@ -655,6 +654,7 @@
|
|
|
655
654
|
@badge-color-ongoing: var(~'@{badge-prefix}-color-ongoing', @color-ongoing);
|
|
656
655
|
@badge-color-warning: var(~'@{badge-prefix}-color-warning', @color-warning);
|
|
657
656
|
@badge-color-error: var(~'@{badge-prefix}-color-error', @color-error);
|
|
657
|
+
@badge-color-default: var(~'@{badge-prefix}-color-default', #d9d9d9);
|
|
658
658
|
|
|
659
659
|
|
|
660
660
|
|
|
@@ -1276,12 +1276,12 @@
|
|
|
1276
1276
|
@btn-primary-border-color-hover: var(~'@{button-custom-prefix}-primary-color-border-hover', @color-theme-hover); // 基础hover边框颜色
|
|
1277
1277
|
@btn-primary-background-color-active: var(~'@{button-custom-prefix}-primary-color-background-active', @color-theme-click); // 基础active背景颜色
|
|
1278
1278
|
@btn-primary-border-color-active: var(~'@{button-custom-prefix}-primary-color-border-active', @color-theme); // 基础active边框颜色
|
|
1279
|
-
@btn-primary-background-color-disabled: var(~'@{button-custom-prefix}-primary-color-background-disabled', @color-theme-
|
|
1280
|
-
@btn-primary-border-color-disabled: var(~'@{button-custom-prefix}-primary-color-border-disabled', @color-theme-
|
|
1279
|
+
@btn-primary-background-color-disabled: var(~'@{button-custom-prefix}-primary-color-background-disabled', @color-theme-4); // 基础disabled背景颜色 禁用状态
|
|
1280
|
+
@btn-primary-border-color-disabled: var(~'@{button-custom-prefix}-primary-color-border-disabled', @color-theme-4); // 基础disabled边框颜色
|
|
1281
1281
|
|
|
1282
1282
|
@btn-ghost-background-color: var(~'@{button-custom-prefix}-ghost-color-background', transparent); // 幽灵背景颜色
|
|
1283
1283
|
@btn-ghost-border-color: var(~'@{button-custom-prefix}-ghost-color-border', @color-theme-6); //幽灵边框颜色
|
|
1284
|
-
@btn-ghost-font-color: var(~'@{button-custom-prefix}-ghost-color-text',
|
|
1284
|
+
@btn-ghost-font-color: var(~'@{button-custom-prefix}-ghost-color-text', @color-theme); // 幽灵按钮文字颜色
|
|
1285
1285
|
@btn-ghost-background-color-hover: var(~'@{button-custom-prefix}-ghost-color-background-hover', @color-theme-5); //幽灵hover背景颜色
|
|
1286
1286
|
@btn-ghost-border-color-hover: var(~'@{button-custom-prefix}-ghost-color-border-hover', transparent); //幽灵hover边框颜色
|
|
1287
1287
|
@btn-ghost-font-color-hover: var(~'@{button-custom-prefix}-ghost-color-text-hover',#ffffff); // 幽灵hover按钮文字颜色
|
|
@@ -1530,71 +1530,11 @@
|
|
|
1530
1530
|
overflow: hidden;
|
|
1531
1531
|
flex: 1;
|
|
1532
1532
|
}
|
|
1533
|
-
&-slidelist {
|
|
1534
|
-
list-style: none;
|
|
1535
|
-
display: flex;
|
|
1536
|
-
flex-direction: row;
|
|
1537
|
-
width: 100%;
|
|
1538
|
-
&-item {
|
|
1539
|
-
flex-shrink: 0;
|
|
1540
|
-
height: 100%;
|
|
1541
|
-
width: 100%;
|
|
1542
|
-
overflow: hidden;
|
|
1543
|
-
border-radius: @carousel-boder-radius;
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1546
|
-
&-fadelist {
|
|
1547
|
-
list-style: none;
|
|
1548
|
-
display: flex;
|
|
1549
|
-
flex-direction: row;
|
|
1550
|
-
flex: 1;
|
|
1551
|
-
position: relative;
|
|
1552
|
-
&-item {
|
|
1553
|
-
opacity: 1;
|
|
1554
|
-
position: relative;
|
|
1555
|
-
flex-shrink: 0;
|
|
1556
|
-
height: 100%;
|
|
1557
|
-
width: 100%;
|
|
1558
|
-
&-animation {
|
|
1559
|
-
transition: opacity 0.3s ease;
|
|
1560
|
-
}
|
|
1561
|
-
&-none-animation {
|
|
1562
|
-
transition: none;
|
|
1563
|
-
}
|
|
1564
|
-
&-not-hidden {
|
|
1565
|
-
opacity: 1;
|
|
1566
|
-
}
|
|
1567
|
-
&-hidden {
|
|
1568
|
-
opacity: 0;
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
&-displaylist {
|
|
1573
|
-
list-style: none;
|
|
1574
|
-
display: flex;
|
|
1575
|
-
flex-direction: row;
|
|
1576
|
-
flex: 1;
|
|
1577
|
-
position: relative;
|
|
1578
|
-
&-item {
|
|
1579
|
-
display: block;
|
|
1580
|
-
position: relative;
|
|
1581
|
-
flex-shrink: 0;
|
|
1582
|
-
height: 100%;
|
|
1583
|
-
width: 100%;
|
|
1584
|
-
&-not-hidden {
|
|
1585
|
-
display: block;
|
|
1586
|
-
}
|
|
1587
|
-
&-hidden {
|
|
1588
|
-
display: none;
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
1533
|
|
|
1593
1534
|
&-list {
|
|
1594
1535
|
list-style: none;
|
|
1595
1536
|
display: flex;
|
|
1596
1537
|
flex-direction: row;
|
|
1597
|
-
flex: 1;
|
|
1598
1538
|
position: relative;
|
|
1599
1539
|
|
|
1600
1540
|
&-item {
|
|
@@ -1605,6 +1545,7 @@
|
|
|
1605
1545
|
}
|
|
1606
1546
|
|
|
1607
1547
|
&-slide {
|
|
1548
|
+
width: 100%;
|
|
1608
1549
|
.@{carousel-prefix-cls}-list-item {
|
|
1609
1550
|
opacity: 1;
|
|
1610
1551
|
border-radius: @carousel-boder-radius;
|
|
@@ -1624,6 +1565,7 @@
|
|
|
1624
1565
|
}
|
|
1625
1566
|
|
|
1626
1567
|
&-fade {
|
|
1568
|
+
flex: 1;
|
|
1627
1569
|
.@{carousel-prefix-cls}-list-item {
|
|
1628
1570
|
opacity: 1;
|
|
1629
1571
|
&-animation {
|
|
@@ -1642,6 +1584,7 @@
|
|
|
1642
1584
|
}
|
|
1643
1585
|
|
|
1644
1586
|
&-display {
|
|
1587
|
+
width: 100%;
|
|
1645
1588
|
.@{carousel-prefix-cls}-list-item {
|
|
1646
1589
|
display: block;
|
|
1647
1590
|
&-not-hidden {
|
|
@@ -1998,6 +1941,8 @@
|
|
|
1998
1941
|
justify-content: center;
|
|
1999
1942
|
align-items: center;
|
|
2000
1943
|
z-index: 999;
|
|
1944
|
+
user-select: none;
|
|
1945
|
+
|
|
2001
1946
|
.kd-input-underline {
|
|
2002
1947
|
background-color: transparent;
|
|
2003
1948
|
border-bottom: none;
|
|
@@ -2209,6 +2154,11 @@
|
|
|
2209
2154
|
color: @checkbox-font-color;
|
|
2210
2155
|
}
|
|
2211
2156
|
}
|
|
2157
|
+
&-indeterminate {
|
|
2158
|
+
.@{checkbox-prefix-cls}-children {
|
|
2159
|
+
color: @checkbox-font-color;
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2212
2162
|
}
|
|
2213
2163
|
|
|
2214
2164
|
|
|
@@ -8735,7 +8685,7 @@ textarea {
|
|
|
8735
8685
|
}
|
|
8736
8686
|
|
|
8737
8687
|
&-focus {
|
|
8738
|
-
color:
|
|
8688
|
+
color: @select-g-color-border-foucs;
|
|
8739
8689
|
}
|
|
8740
8690
|
}
|
|
8741
8691
|
|
|
@@ -8915,11 +8865,15 @@ textarea {
|
|
|
8915
8865
|
.focusColor();
|
|
8916
8866
|
}
|
|
8917
8867
|
&-disabled {
|
|
8918
|
-
background-color: @
|
|
8919
|
-
color: @
|
|
8868
|
+
background-color: @select-color-background-disabled;
|
|
8869
|
+
color: @select-color-text-disabled;
|
|
8920
8870
|
&:hover {
|
|
8921
8871
|
cursor: not-allowed;
|
|
8922
8872
|
}
|
|
8873
|
+
|
|
8874
|
+
.@{select-prefix-cls}-suffix {
|
|
8875
|
+
color: @select-arrow-icon-color-text-disabled;
|
|
8876
|
+
}
|
|
8923
8877
|
}
|
|
8924
8878
|
&:hover .@{select-prefix-cls}-icon-clear {
|
|
8925
8879
|
opacity: 1;
|
|
@@ -8929,7 +8883,7 @@ textarea {
|
|
|
8929
8883
|
.over();
|
|
8930
8884
|
}
|
|
8931
8885
|
&-disabled-text {
|
|
8932
|
-
color: @
|
|
8886
|
+
color: @select-color-text-disabled;
|
|
8933
8887
|
}
|
|
8934
8888
|
}
|
|
8935
8889
|
|
|
@@ -9014,8 +8968,12 @@ textarea {
|
|
|
9014
8968
|
&-multiple {
|
|
9015
8969
|
&-disabled {
|
|
9016
8970
|
cursor: not-allowed;
|
|
9017
|
-
background-color: @
|
|
9018
|
-
color: @
|
|
8971
|
+
background-color: @select-color-background-disabled;
|
|
8972
|
+
color: @select-color-text-disabled;
|
|
8973
|
+
|
|
8974
|
+
.@{select-prefix-cls}-suffix {
|
|
8975
|
+
color: @select-arrow-icon-color-text-disabled;
|
|
8976
|
+
}
|
|
9019
8977
|
}
|
|
9020
8978
|
&:hover .@{select-prefix-cls}-icon-clear {
|
|
9021
8979
|
opacity: 1;
|
|
@@ -9164,11 +9122,14 @@ textarea {
|
|
|
9164
9122
|
@select-g-color-border-foucs: var(~'@{select-custom-prefix}-color-border-foucs', @color-theme);
|
|
9165
9123
|
@select-g-color-border-hover: var(~'@{select-custom-prefix}-color-border-hover', @color-theme);
|
|
9166
9124
|
@select-border-g-color-border: var(~'@{select-custom-prefix}-border-color-border', @color-border-strong);
|
|
9167
|
-
@select-placeholder-color: var(~'@{select-custom-prefix}-placeholder-color-text',
|
|
9125
|
+
@select-placeholder-color: var(~'@{select-custom-prefix}-placeholder-color-text', #b2b2b2);
|
|
9168
9126
|
@select-item-selected-color: var(~'@{select-custom-prefix}-item-color-text-selected', @color-theme);
|
|
9169
9127
|
@select-font-color: var(~'@{select-custom-prefix}-footer-color-text', @color-text-primary);
|
|
9170
9128
|
@select-footer-g-text-color-selected: var(~'@{select-custom-prefix}-footer-color-text-selected', #0e5fd8);
|
|
9171
9129
|
@select-g-item-text-color-disabled: var(~'@{select-custom-prefix}-item-color-text-disabled', @color-disabled);
|
|
9130
|
+
@select-color-background-disabled: var(~'@{select-custom-prefix}-color-background-disabled', #f5f5f5);
|
|
9131
|
+
@select-color-text-disabled: var(~'@{select-custom-prefix}-color-text-disabled', #212121);
|
|
9132
|
+
@select-arrow-icon-color-text-disabled: var(~'@{select-custom-prefix}-arrow-icon-color-text-disabled', #b2b2b2);
|
|
9172
9133
|
|
|
9173
9134
|
// font
|
|
9174
9135
|
@select-list-font-size: var(~'@{select-custom-prefix}-dropdown-font-size', 12px); // 下拉列表文字大小
|
|
@@ -11084,7 +11045,7 @@ template {
|
|
|
11084
11045
|
&::before {
|
|
11085
11046
|
position: absolute;
|
|
11086
11047
|
z-index: -2;
|
|
11087
|
-
background:
|
|
11048
|
+
background: @popperBg;
|
|
11088
11049
|
border-style: solid;
|
|
11089
11050
|
border-width: var(--arrowSize);
|
|
11090
11051
|
transform: rotate(45deg);
|
|
@@ -11110,7 +11071,7 @@ template {
|
|
|
11110
11071
|
left: var(--arrowLeft);
|
|
11111
11072
|
top: var(--arrowSpill);
|
|
11112
11073
|
box-shadow: -2px -2px calc(@blur - 1px) rgba(0, 0, 0, 0.1);
|
|
11113
|
-
border-color: @
|
|
11074
|
+
border-color: @popperBg transparent transparent @popperBg;
|
|
11114
11075
|
}
|
|
11115
11076
|
}
|
|
11116
11077
|
|
|
@@ -11121,7 +11082,7 @@ template {
|
|
|
11121
11082
|
left: var(--arrowLeft);
|
|
11122
11083
|
bottom: var(--arrowSpill);
|
|
11123
11084
|
box-shadow: 3px 3px calc(@blur + 1px) rgba(0, 0, 0, 0.15);
|
|
11124
|
-
border-color: transparent @
|
|
11085
|
+
border-color: transparent @popperBg @popperBg transparent;
|
|
11125
11086
|
}
|
|
11126
11087
|
}
|
|
11127
11088
|
|
|
@@ -11132,7 +11093,7 @@ template {
|
|
|
11132
11093
|
top: var(--arrowTop);
|
|
11133
11094
|
right: var(--arrowSpill);
|
|
11134
11095
|
box-shadow: 3px 0 @blur rgba(0, 0, 0, 0.12), 0 -2px @blur rgba(204, 149, 149, 0.12);
|
|
11135
|
-
border-color: @
|
|
11096
|
+
border-color: @popperBg @popperBg transparent transparent;
|
|
11136
11097
|
}
|
|
11137
11098
|
}
|
|
11138
11099
|
|
|
@@ -11143,7 +11104,7 @@ template {
|
|
|
11143
11104
|
top: var(--arrowTop);
|
|
11144
11105
|
left: var(--arrowSpill);
|
|
11145
11106
|
box-shadow: 0 3px @blur rgba(0, 0, 0, 0.1), -2px 0 @blur rgba(0, 0, 0, 0.1);
|
|
11146
|
-
border-color: transparent transparent @
|
|
11107
|
+
border-color: transparent transparent @popperBg @popperBg;
|
|
11147
11108
|
}
|
|
11148
11109
|
}
|
|
11149
11110
|
}
|
|
@@ -13168,9 +13129,9 @@ template {
|
|
|
13168
13129
|
color: @tooltip-color;
|
|
13169
13130
|
border-radius: @tooltip-border-radius;
|
|
13170
13131
|
font-size: @tooltip-font-size;
|
|
13171
|
-
line-height:
|
|
13132
|
+
line-height: 1.5;
|
|
13172
13133
|
background-color: @tooltip-background-color;
|
|
13173
|
-
box-shadow: 0
|
|
13134
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
|
|
13174
13135
|
opacity: 1;
|
|
13175
13136
|
z-index: @z-index-popper;
|
|
13176
13137
|
visibility: visible;
|