mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Fix light styling hickup
This commit is contained in:
parent
1d5bfea6c9
commit
0bb60df867
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user