mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Add missing rendering condition
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li class="btn btn-sm btn-misc">
|
<li v-if="isCurrentUserPicker" class="btn btn-sm btn-misc">
|
||||||
<label class="flex items-center gap-2">
|
<label class="flex items-center gap-2">
|
||||||
<input
|
<input
|
||||||
ref="itsMeCheckbox"
|
ref="itsMeCheckbox"
|
||||||
@@ -106,7 +106,6 @@ const removeEntity = (entity) => {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.current-user {
|
.current-user {
|
||||||
color: var(--bs-body-color);
|
color: var(--bs-body-color);
|
||||||
//font-style: italic;
|
|
||||||
background-color: var(--bs-chill-l-gray) !important;
|
background-color: var(--bs-chill-l-gray) !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user