Fix light styling hickup

This commit is contained in:
Matthias 2024-05-04 16:55:28 +02:00
parent 1d5bfea6c9
commit 0bb60df867

View File

@ -81,7 +81,8 @@
<b-avatar size="2em" button>FT</b-avatar>
</template>
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
<b-dropdown-item to="/settings">Settings</b-dropdown-item>
<!-- Link active-class to non-existant class to avoid it getting the "light" active color -->
<b-dropdown-item active-class="non-existant" to="/settings">Settings</b-dropdown-item>
<div class="ps-3">
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
</div>