diff --git a/app/assets/styles/overrides-components.scss b/app/assets/styles/overrides-components.scss index c4dae83..36d445d 100644 --- a/app/assets/styles/overrides-components.scss +++ b/app/assets/styles/overrides-components.scss @@ -10,6 +10,10 @@ --bulma-hr-background-color: var(--bulma-grey-90); } +.textarea, +.input { + box-shadow: none; +} // might break lots of stuff // .skeleton-block:not(:last-child), .media:not(:last-child), .level:not(:last-child), .fixed-grid:not(:last-child), .grid:not(:last-child), .tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .card:not(:last-child), .breadcrumb:not(:last-child), .field:not(:last-child), .file:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .tags:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .buttons:not(:last-child), .box:not(:last-child), .block:not(:last-child) { // margin-bottom: inherit; diff --git a/app/components/application/NoPermission.vue b/app/components/application/NoPermission.vue deleted file mode 100644 index 13a00c3..0000000 --- a/app/components/application/NoPermission.vue +++ /dev/null @@ -1,4 +0,0 @@ - - diff --git a/app/components/inventory-count/InventoryCount.vue b/app/components/inventory-count/InventoryCount.vue deleted file mode 100644 index 233db70..0000000 --- a/app/components/inventory-count/InventoryCount.vue +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/app/components/orders/OrderRow.vue b/app/components/orders/OrderRow.vue index 152436e..b67f54a 100644 --- a/app/components/orders/OrderRow.vue +++ b/app/components/orders/OrderRow.vue @@ -58,7 +58,7 @@ const emit = defineEmits(["selectOrder", "unselect"]);
{{ $dayjs(order.create_time).format("L") }}
diff --git a/app/components/orders/OrdersTable.vue b/app/components/orders/OrdersTable.vue index 9302fbd..1087ff1 100644 --- a/app/components/orders/OrdersTable.vue +++ b/app/components/orders/OrdersTable.vue @@ -484,7 +484,7 @@ function toggleStatus(id) {