tagged some further tests as 'two-browser' in persisting attempt to unclog pipeline fails; _tray.scss .grid-cell border-color changed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-29 19:43:48 -04:00
parent 6817323f8e
commit 3bf48546e3
2 changed files with 7 additions and 1 deletions

View File

@@ -270,7 +270,8 @@ $handle-r: 1rem;
// In landscape the first row sits at the bottom; border-top divides it from
// the felt above. border-bottom would face the wall — swap it out.
.tray-cell {
border-top: 2px dotted rgba(var(--quaUser), 0.35);
border-color: rgba(var(--priUser), 0.35);
border-top: 2px dotted rgba(var(--priUser), 0.35);
border-bottom: none;
}