style(catalog): force white expanded table background

This commit is contained in:
Ruslan Bakiev
2026-04-03 16:14:04 +07:00
parent 0f6444f721
commit 67a1708a7a

View File

@@ -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>