diff --git a/frontend/src/views/admin/SettingsView.vue b/frontend/src/views/admin/SettingsView.vue index 7c3735b6..cce3bf81 100644 --- a/frontend/src/views/admin/SettingsView.vue +++ b/frontend/src/views/admin/SettingsView.vue @@ -9012,14 +9012,6 @@ watch( 0 1px 0 rgb(255 255 255 / 0.9) inset; } -:global(.dark) .settings-tabs-shell { - border-color: rgb(51 65 85 / 0.65); - background: rgb(15 23 42 / 0.86); - box-shadow: - 0 16px 36px rgb(0 0 0 / 0.28), - 0 1px 0 rgb(255 255 255 / 0.06) inset; -} - .settings-tabs-scroll { @apply overflow-x-auto; -ms-overflow-style: none; @@ -9063,10 +9055,6 @@ watch( opacity: 1; } -:global(.dark) .settings-tab::before { - background: linear-gradient(135deg, rgb(30 41 59 / 0.9), rgb(51 65 85 / 0.62)); -} - .settings-tab:focus-visible { @apply ring-2 ring-primary-500/40 ring-offset-2 ring-offset-white dark:ring-offset-dark-900; } @@ -9078,12 +9066,6 @@ watch( 0 1px 0 rgb(255 255 255 / 0.92) inset; } -:global(.dark) .settings-tab-active { - box-shadow: - 0 12px 26px rgb(0 0 0 / 0.22), - 0 1px 0 rgb(255 255 255 / 0.08) inset; -} - .settings-tab-active::before { opacity: 0; } @@ -9116,3 +9098,26 @@ watch( @apply min-w-0 overflow-hidden text-ellipsis whitespace-nowrap leading-none; } + +