fix(timesheets): change comment button color when comment is present (requested by sysadmin)
This commit is contained in:
parent
b9613889f5
commit
9a802ffd1c
|
|
@ -240,7 +240,7 @@
|
|||
v-if="!ui_store.is_mobile_mode"
|
||||
push
|
||||
dense
|
||||
:color="shift.is_approved ? 'white' : (holiday ? 'purple-5' : 'accent')"
|
||||
:color="shift.is_approved ? 'white' : (shift.comment ? 'info' : (holiday ? 'purple-5' : 'accent'))"
|
||||
:icon="shift.comment ? 'chat' : 'chat_bubble_outline'"
|
||||
:text-color="shift.is_approved ? (holiday ? 'purple-5' : 'accent') : 'white'"
|
||||
class="col"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user