mirror of
https://github.com/directus/directus.git
synced 2026-02-04 09:34:56 -05:00
Various style updates (#7972)
* fix card selection dot always being on * new mapbox styles * updated styles for field notes * update bookmark icon * increase currrent user avatar opactiy * Clean up info notes * divider style updates * divider rule styling * notice styling * update revision drawer pane order * tighten up revision drawer list * notice copy updates * revision spacing * revision date divider styling * shorter revision date in drawer dropdown * add no value to revision diffs * v-detail icons * revisions styling * fix sort icon hover * adjust global and private vertical form spacing * reduce navigation and v-list sizing * slightly reduce module and info sidebar size
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-list-item :to="bookmark.to" query class="bookmark" @contextmenu.prevent.stop="activateContextMenu">
|
||||
<v-list-item-icon><v-icon name="bookmark" /></v-list-item-icon>
|
||||
<v-list-item-icon><v-icon name="bookmark_outline" /></v-list-item-icon>
|
||||
<v-list-item-content>
|
||||
<v-text-overflow :text="bookmark.bookmark" />
|
||||
</v-list-item-content>
|
||||
|
||||
Reference in New Issue
Block a user