mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Small tweaks, large benefits (#404)
* Add 160px bottom padding to all pages * Force header column to have 24px min width * Allow resizing of last column in v-table * Fix table row unwanted spacing + offset 2px * Add divider to end of drawer detail * Add down chevron on project chooser hover * Add support for color accented modules * Use yellow header icon in settings * Add link to collections module browse icon * Dont show all items selected on load v-table * Add prepend / append slot to v-checkbox * Add drag handles to field setup settings in tabular * Fix loading state in table * Show all resize handles on hover * Lose breadcrumb in collections module, show singleton title * Wrap activity icon, render textarea full width * Dont render comments section on batch * Allow input to shrink for slots * Fix cursor on v-selects * Prevent input usage when they have click events * Fix margin on divider in fields-management * Fix drag handles on field selects * Fix button / divider spacing * Remove support for divider inset * Fix test warning * Fix table-row test * Fix codesmell * Fix missing scope attr
This commit is contained in:
@@ -128,4 +128,12 @@ export default defineComponent({
|
||||
.monospace {
|
||||
font-family: var(--family-monospace);
|
||||
}
|
||||
|
||||
.v-input {
|
||||
cursor: pointer;
|
||||
|
||||
::v-deep input {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user