prop/assets/css
Graham McIntire 1ef8bd6641
Reset daisyUI .select styling on sutra_ui wrapper divs
daisyUI 5 defines `.select` with its own border, chevron background-image,
padding, width clamp and box-shadow. Those rules were bleeding through
onto sutra_ui's wrapper `<div class="select">` in the live_table per-page
selector, rendering two chevrons and the wrong width. Explicitly zero out
every visible property except `width`, so Tailwind width utilities (w-24)
still win and the inner `.select-trigger` button owns the visible styling.
2026-04-13 08:47:26 -05:00
..
app.css live_table polish: border color, control layout, row clicks, pagination 2026-04-13 08:38:24 -05:00
live_table_compat.css Reset daisyUI .select styling on sutra_ui wrapper divs 2026-04-13 08:47:26 -05:00