mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
fix: dark mode checkmarks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<label class="order-instruction-checkbox">
|
||||
<input type="checkbox" v-model="instructionObject.active" />
|
||||
<div class="checkmark"></div>
|
||||
<div class="checkmark" :class="{ dark: store.orderDarkMode }"></div>
|
||||
<div class="text">{{ instructionObject.name }}</div>
|
||||
</label>
|
||||
</template>
|
||||
@@ -65,6 +65,10 @@ const instructionObject = computed(() => store.orderData.instructions[props.rowI
|
||||
|
||||
background-color: gold;
|
||||
|
||||
&.dark {
|
||||
color: black;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user