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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user