@delon/theme 21.1.0 → 21.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/dark.css CHANGED
@@ -19102,7 +19102,7 @@ textarea.ant-mentions {
19102
19102
  }
19103
19103
  .ant-mentions-dropdown {
19104
19104
  position: relative;
19105
- top: 100%;
19105
+ top: 0;
19106
19106
  left: 12px;
19107
19107
  width: 100%;
19108
19108
  margin-top: 8px;
@@ -23065,7 +23065,7 @@ span.ant-radio + * {
23065
23065
  background-color: transparent;
23066
23066
  border: 1px solid #434343;
23067
23067
  border-radius: 2px;
23068
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23068
+ transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23069
23069
  }
23070
23070
  .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
23071
23071
  cursor: pointer;
@@ -23585,7 +23585,8 @@ span.ant-radio + * {
23585
23585
  direction: rtl;
23586
23586
  }
23587
23587
  .ant-select-dropdown {
23588
- top: 100%;
23588
+ position: relative;
23589
+ top: 0;
23589
23590
  left: 0;
23590
23591
  display: block;
23591
23592
  width: 100%;
@@ -29964,6 +29965,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
29964
29965
  .ant-cascader-dropdown {
29965
29966
  padding: 0;
29966
29967
  }
29968
+ .ant-cascader-dropdown.ant-select-dropdown {
29969
+ position: relative;
29970
+ top: 0;
29971
+ left: 0;
29972
+ }
29967
29973
  .ant-cascader-menus {
29968
29974
  position: relative;
29969
29975
  margin-top: 2px;
@@ -31001,7 +31007,7 @@ nz-tree {
31001
31007
  }
31002
31008
  .ant-select-dropdown.ant-select-tree-dropdown {
31003
31009
  position: relative;
31004
- top: 100%;
31010
+ top: 0;
31005
31011
  left: 0;
31006
31012
  width: 100%;
31007
31013
  margin-top: 4px;