@flux-ui/application 3.0.0-next.59 → 3.0.0-next.61
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/index.css
CHANGED
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
|
|
236
236
|
.application-menu-header {
|
|
237
237
|
padding-top: max(12px, env(safe-area-inset-top));
|
|
238
|
+
flex-shrink: 0;
|
|
238
239
|
border-bottom: 1px solid var(--application-menu-surface-stroke);
|
|
239
240
|
overflow: hidden;
|
|
240
241
|
transition: height var(--application-duration) var(--swift-out);
|
|
@@ -394,6 +395,10 @@
|
|
|
394
395
|
color: var(--foreground-prominent);
|
|
395
396
|
}
|
|
396
397
|
|
|
398
|
+
.application-menu .menu-item-highlighted .menu-item-icon {
|
|
399
|
+
color: var(--foreground-prominent);
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.application-menu-account {
|
|
398
403
|
position: relative;
|
|
399
404
|
pointer-events: none;
|