@douyinfe/semi-ui 2.27.0 → 2.27.1-alpha.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/dist/css/semi.css CHANGED
@@ -5439,6 +5439,9 @@ body {
5439
5439
  align-items: center;
5440
5440
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeOut) 0ms;
5441
5441
  }
5442
+ .semi-dropdown-item-hover {
5443
+ background-color: var(--semi-color-fill-0);
5444
+ }
5442
5445
  .semi-dropdown-item:not(.semi-dropdown-item-active):hover {
5443
5446
  background-color: var(--semi-color-fill-0);
5444
5447
  cursor: pointer;