mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
feat: colorize schedule icon when schedule time is set
This commit is contained in:
parent
4ba756946c
commit
e58a6e8b62
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
|
|||
<CommonDropdown placement="bottom">
|
||||
<CommonTooltip placement="top" :content="$t('tooltip.schedule_post')" no-auto-focus>
|
||||
<button btn-action-icon :aria-label="$t('tooltip.schedule_post')">
|
||||
<div i-ri:calendar-schedule-line />
|
||||
<div i-ri:calendar-schedule-line :class="scheduleDateTime !== '' ? 'text-primary' : ''" />
|
||||
</button>
|
||||
</CommonTooltip>
|
||||
<template #popper>
|
||||
|
|
Loading…
Reference in a new issue