Compare commits

..

1 Commits

Author SHA1 Message Date
cdb42c459a feat: rollout 2025-10-22 21:45:06 +02:00

View File

@@ -4026,7 +4026,6 @@ select.param-input:focus {
gap: 0.25rem;
padding: 0.25rem;
border-radius: 12px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.08);
backdrop-filter: var(--backdrop-blur);
border-bottom: none;
@@ -4113,7 +4112,6 @@ select.param-input:focus {
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 12px;
padding: 0.75rem;
background: var(--bg-tertiary);
backdrop-filter: var(--backdrop-blur);
}
@@ -4144,7 +4142,6 @@ select.param-input:focus {
}
.tabs-header {
background: rgba(255, 255, 255, 0.10);
border: 1px solid rgba(255, 255, 255, 0.14);
}
@@ -4169,7 +4166,6 @@ select.param-input:focus {
.tab-content {
border: 1px solid var(--border-primary);
background: rgba(255, 255, 255, 0.08);
}
/* Active tab: no background or border (keep underline) */