mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Tweak an icon, have some fun with it
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
@click="onSortChange?.({ by: header.value, desc: false })"
|
||||
>
|
||||
<v-list-item-icon>
|
||||
<v-icon name="sort" />
|
||||
<v-icon name="sort" class="flip" />
|
||||
</v-list-item-icon>
|
||||
<v-list-item-content>
|
||||
{{ t('sort_asc') }}
|
||||
@@ -328,4 +328,8 @@ function removeField(fieldKey: string) {
|
||||
--v-icon-color: var(--foreground-normal);
|
||||
}
|
||||
}
|
||||
|
||||
.flip {
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user