mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
fix(frontend): clear box-shadow on entry-row-outer to prevent double stroke
The flat selector '#entries-body > div.is-selected' already applies box-shadow to .entry-row-outer (it IS a direct child div). The outer override rule only cleared 'outline', so the box-shadow leaked through, wrapping the entire parent+children block with a second stroke. Add box-shadow: none to both .is-selected and .is-multi-selected on .entry-row-outer so the stroke sits only on .entry-row-main.
This commit is contained in:
parent
d9047ffbef
commit
d5dcba4423
4 changed files with 5 additions and 5 deletions
1
crates/archivr-server/static/assets/index-CMYgR1sE.css
Normal file
1
crates/archivr-server/static/assets/index-CMYgR1sE.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue