@douyinfe/semi-ui 2.37.0 → 2.37.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/dist/css/semi.css CHANGED
@@ -3074,7 +3074,7 @@ body {
3074
3074
  background-color: var(--semi-color-fill-1);
3075
3075
  border: 1px transparent solid;
3076
3076
  }
3077
- .semi-cascader:focus {
3077
+ .semi-cascader:focus:not(.semi-cascader-disabled) {
3078
3078
  border: 1px solid var(--semi-color-focus-border);
3079
3079
  background-color: var(--semi-color-fill-0);
3080
3080
  outline: 0;