Skip to content

Commit d312e13

Browse files
committed
style(web-session): flatten sidebar session markers
1 parent 03b7841 commit d312e13

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

ui/src/components/web-session/WebSessionPanel.vue

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9084,11 +9084,13 @@ onBeforeUnmount(() => {
90849084
width: 18px;
90859085
height: 18px;
90869086
font-size: 10px;
9087-
border-width: 1px;
9087+
color: #ffffff;
9088+
background: var(--badge-color, #3b82f6);
9089+
background-image: none;
9090+
border: 1px solid
9091+
color-mix(in srgb, var(--badge-color, #3b82f6) 78%, var(--app-surface-color, #fff) 22%);
90889092
margin-left: 2px;
9089-
box-shadow:
9090-
0 1px 2px rgba(15, 23, 42, 0.12),
9091-
0 3px 8px color-mix(in srgb, var(--badge-color, #3b82f6) 16%, transparent);
9093+
box-shadow: none;
90929094
}
90939095

90949096
.project-index-badge.session-project-badge.is-single-project {
@@ -9104,10 +9106,12 @@ onBeforeUnmount(() => {
91049106
justify-content: center;
91059107
line-height: 0;
91069108
border-radius: 50%;
9107-
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
9109+
background: var(--n-primary-color);
91089110
color: #ffffff;
9109-
border: 1px solid rgba(59, 130, 246, 0.9);
9110-
box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
9111+
border: 1px solid
9112+
color-mix(in srgb, var(--n-primary-color) 78%, var(--app-surface-color, #fff) 22%);
9113+
box-shadow: none;
9114+
animation: none;
91119115
}
91129116

91139117
.session-current-indicator.is-hidden {

0 commit comments

Comments
 (0)