@enso-ui/menus 5.2.7 → 5.2.9
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/package.json
CHANGED
|
@@ -88,7 +88,6 @@ export default {
|
|
|
88
88
|
display: flex;
|
|
89
89
|
align-items: center;
|
|
90
90
|
gap: 0.3rem;
|
|
91
|
-
font-size: 0.95rem;
|
|
92
91
|
line-height: 1.3;
|
|
93
92
|
width: 100%;
|
|
94
93
|
min-width: 0;
|
|
@@ -152,11 +151,10 @@ export default {
|
|
|
152
151
|
text-overflow: ellipsis;
|
|
153
152
|
white-space: nowrap;
|
|
154
153
|
font-weight: 500;
|
|
155
|
-
opacity: 1;
|
|
156
154
|
transition: opacity .16s ease, max-width 0s linear, flex-basis 0s linear;
|
|
157
155
|
|
|
158
156
|
&.is-opaque {
|
|
159
|
-
opacity: 0.
|
|
157
|
+
opacity: 0.6;
|
|
160
158
|
}
|
|
161
159
|
|
|
162
160
|
&.is-collapsed {
|
|
@@ -171,7 +169,7 @@ export default {
|
|
|
171
169
|
flex: 0 0 auto;
|
|
172
170
|
|
|
173
171
|
&.is-opaque {
|
|
174
|
-
opacity: 0.
|
|
172
|
+
opacity: 0.6;
|
|
175
173
|
}
|
|
176
174
|
}
|
|
177
175
|
|