Remove sidebar header and tweak global CSS

Remove static drawer title/text from Layout.vue and refine global styles: use a color-mix-based ::selection tied to --color-primary-300 for a subtler highlight, and suppress the duplicate inner focus outline on Vuetify inputs so the field frame remains the primary focus indicator. Also update codexInfo.md to document these CSS adjustments.
This commit is contained in:
Jonas
2026-04-17 23:07:06 +02:00
parent 3b910850cb
commit f3b34df5bd
3 changed files with 8 additions and 3 deletions
-2
View File
@@ -206,8 +206,6 @@ watch(
>
<div class="drawer-top">
<p class="drawer-kicker">Navigation</p>
<h2 class="drawer-title">Dateiverwaltung</h2>
<p class="drawer-text">Ordner, Dateien und Ansichten schnell erreichen.</p>
</div>
<v-list nav density="comfortable" class="px-1">