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:
Rijk van Zanten
2020-04-13 17:15:58 -04:00
committed by GitHub
parent 7cba8a8de1
commit 2c5ce38e65
35 changed files with 289 additions and 157 deletions

View File

@@ -128,4 +128,12 @@ export default defineComponent({
.monospace {
font-family: var(--family-monospace);
}
.v-input {
cursor: pointer;
::v-deep input {
cursor: pointer;
}
}
</style>