@douyinfe/semi-ui 2.82.1 → 2.83.0-beta.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 +3 -4
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -2023,7 +2023,9 @@ body, :host {
|
|
|
2023
2023
|
margin-right: 4px;
|
|
2024
2024
|
}
|
|
2025
2025
|
.semi-breadcrumb-item {
|
|
2026
|
-
display: inline;
|
|
2026
|
+
display: inline-flex;
|
|
2027
|
+
align-items: center;
|
|
2028
|
+
column-gap: 4px;
|
|
2027
2029
|
margin-right: 4px;
|
|
2028
2030
|
color: var(--semi-color-text-2);
|
|
2029
2031
|
font-weight: 400;
|
|
@@ -2054,9 +2056,6 @@ body, :host {
|
|
|
2054
2056
|
vertical-align: middle;
|
|
2055
2057
|
}
|
|
2056
2058
|
.semi-breadcrumb-item-link {
|
|
2057
|
-
display: inline-flex;
|
|
2058
|
-
align-items: center;
|
|
2059
|
-
column-gap: 4px;
|
|
2060
2059
|
text-decoration: inherit;
|
|
2061
2060
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
2062
2061
|
transform: scale(var(--semi-transform_scale-none));
|