mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Merge branch 'main' of github.com:directus/next into main
This commit is contained in:
@@ -4,7 +4,7 @@ import { types } from '@/types';
|
||||
export default defineDisplay(({ i18n }) => ({
|
||||
id: 'raw',
|
||||
name: i18n.t('displays.raw.raw'),
|
||||
icon: 'dns',
|
||||
icon: 'code',
|
||||
handler: (value) => value,
|
||||
options: [],
|
||||
types: types,
|
||||
|
||||
@@ -41,9 +41,16 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.v-icon.disabled {
|
||||
.v-icon {
|
||||
color: var(--foreground-subdued);
|
||||
cursor: not-allowed;
|
||||
|
||||
&:hover:not(.disabled) {
|
||||
color: var(--foreground-normal);
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.v-list-item {
|
||||
|
||||
Reference in New Issue
Block a user