mirror of
https://github.com/directus/directus.git
synced 2026-02-01 22:35:08 -05:00
spacing and tooltip hover for edit badge
This commit is contained in:
@@ -102,13 +102,18 @@ export default defineComponent({
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: -12px;
|
||||
left: -10px;
|
||||
display: block;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: var(--foreground-subdued);
|
||||
border-radius: 4px;
|
||||
content: '';
|
||||
pointer-events: none;
|
||||
}
|
||||
> span {
|
||||
padding-left: 16px;
|
||||
margin-left: -16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ add_field: Add Field
|
||||
role_name: Role Name
|
||||
db_only_click_to_configure: 'Database Only: Click to Configure '
|
||||
show_archived_items: Show Archived Items
|
||||
edited: Edited
|
||||
edited: Value Edited
|
||||
required: Required
|
||||
required_for_app_access: Required for App Access
|
||||
requires_value: Requires value
|
||||
|
||||
Reference in New Issue
Block a user