mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -119,11 +119,11 @@ body {
|
||||
|
||||
@keyframes indeterminate {
|
||||
0% {
|
||||
transform: scaleX(0);
|
||||
transform: scaleX(0) translateX(-30%);
|
||||
}
|
||||
|
||||
10% {
|
||||
transform: scaleX(0);
|
||||
transform: scaleX(0) translateX(-30%);
|
||||
animation-timing-function: cubic-bezier(0.1, 0.6, 0.9, 0.5);
|
||||
}
|
||||
|
||||
|
||||
@@ -410,10 +410,6 @@ body {
|
||||
grid-template-columns: var(--grid-columns);
|
||||
}
|
||||
|
||||
.loading-indicator {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
color: var(--v-table-color);
|
||||
@@ -431,6 +427,15 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.loading-indicator {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
||||
> th {
|
||||
margin-right: var(--content-padding);
|
||||
}
|
||||
}
|
||||
|
||||
.sortable-ghost {
|
||||
.cell {
|
||||
background-color: var(--background-subdued);
|
||||
|
||||
@@ -102,7 +102,6 @@ import LayoutSidebarDetail from '@/views/private/components/layout-sidebar-detai
|
||||
import marked from 'marked';
|
||||
import { LayoutComponent } from '@/layouts/types';
|
||||
import { usePreset } from '@/composables/use-preset';
|
||||
import { i18n } from '@/lang';
|
||||
import api from '@/api';
|
||||
import SearchInput from '@/views/private/components/search-input';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user