refactor: handle status
This commit is contained in:
parent
fa9b59680f
commit
ed6a0cee3d
6 changed files with 23 additions and 15 deletions
|
|
@ -364,4 +364,15 @@ defineEmits<{
|
|||
--_fg: var(--gender-female);
|
||||
}
|
||||
}
|
||||
|
||||
.status-active {
|
||||
--_branch-status-color: var(--green-6-hsl);
|
||||
}
|
||||
|
||||
.status-inactive {
|
||||
--_branch-status-color: var(--stone-5-hsl);
|
||||
--_branch-badge-bg: var(--stone-5-hsl);
|
||||
filter: grayscale(0.5);
|
||||
opacity: 0.5;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue