mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Use items (#354)
* Extract tabular items logic into composition * Fix racing condition in watchers * Remove empty test * Use v-select in detail sidebar tabular * Fix pagination styles * Reset to page 1 on sort / limit changes * Cast limit to string * Fix button test * Add content padding to tabular layout
This commit is contained in:
@@ -294,10 +294,6 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.private-view {
|
||||
--content-padding: 0 !important;
|
||||
}
|
||||
|
||||
.action-delete {
|
||||
--v-button-background-color: var(--danger);
|
||||
--v-button-background-color-hover: var(--danger-dark);
|
||||
|
||||
Reference in New Issue
Block a user