@enso-ui/menus 5.2.8 → 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
|
@@ -151,11 +151,10 @@ export default {
|
|
|
151
151
|
text-overflow: ellipsis;
|
|
152
152
|
white-space: nowrap;
|
|
153
153
|
font-weight: 500;
|
|
154
|
-
opacity: 1;
|
|
155
154
|
transition: opacity .16s ease, max-width 0s linear, flex-basis 0s linear;
|
|
156
155
|
|
|
157
156
|
&.is-opaque {
|
|
158
|
-
opacity: 0.
|
|
157
|
+
opacity: 0.6;
|
|
159
158
|
}
|
|
160
159
|
|
|
161
160
|
&.is-collapsed {
|
|
@@ -170,7 +169,7 @@ export default {
|
|
|
170
169
|
flex: 0 0 auto;
|
|
171
170
|
|
|
172
171
|
&.is-opaque {
|
|
173
|
-
opacity: 0.
|
|
172
|
+
opacity: 0.6;
|
|
174
173
|
}
|
|
175
174
|
}
|
|
176
175
|
|