diff --git a/neode-ui/src/views/AppSession.vue b/neode-ui/src/views/AppSession.vue index e1ee9078..e96d6709 100644 --- a/neode-ui/src/views/AppSession.vue +++ b/neode-ui/src/views/AppSession.vue @@ -546,35 +546,14 @@ onBeforeUnmount(() => { opacity: 0.5; } -/* Mode dropdown */ -.mode-option { - display: flex; - align-items: center; - gap: 8px; - width: 100%; - padding: 10px 14px; - font-size: 13px; - color: rgba(255, 255, 255, 0.7); - transition: all 0.15s ease; - text-align: left; -} -.mode-option:hover { - background: rgba(255, 255, 255, 0.08); - color: white; -} -.mode-option-active { +/* Active display-mode button in the header bar */ +.app-session-btn-active { color: #fb923c; - background: rgba(251, 146, 60, 0.08); + background: rgba(251, 146, 60, 0.12); } - -.menu-fade-enter-active, -.menu-fade-leave-active { - transition: opacity 0.15s ease, transform 0.15s ease; -} -.menu-fade-enter-from, -.menu-fade-leave-to { - opacity: 0; - transform: translateY(-4px); +.app-session-btn-active:hover { + color: #fb923c; + background: rgba(251, 146, 60, 0.18); } .content-fade-enter-active, diff --git a/neode-ui/src/views/appSession/AppSessionHeader.vue b/neode-ui/src/views/appSession/AppSessionHeader.vue index 478af545..e050f1d3 100644 --- a/neode-ui/src/views/appSession/AppSessionHeader.vue +++ b/neode-ui/src/views/appSession/AppSessionHeader.vue @@ -22,63 +22,41 @@ - -