style(catalog): force white expanded table background
This commit is contained in:
@@ -497,9 +497,9 @@ function decrementSelected(group: ProductGroup) {
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="getGroupState(group).isExpanded"
|
v-if="getGroupState(group).isExpanded"
|
||||||
class="mt-4 overflow-x-auto rounded-[28px] bg-base-100"
|
class="mt-4 overflow-x-auto rounded-[28px] bg-white"
|
||||||
>
|
>
|
||||||
<table class="table border-separate border-spacing-0">
|
<table class="table border-separate border-spacing-0 bg-white [&_tbody_tr:hover]:bg-white [&_tbody_tr]:bg-white [&_td]:bg-white [&_th]:bg-white [&_thead_tr]:bg-white">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="border-b border-base-300">Артикул</th>
|
<th class="border-b border-base-300">Артикул</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user