(change): active row border

This commit is contained in:
2025-10-21 23:02:10 -04:00
parent 5d24b80e26
commit 2d7f6457cd
3 changed files with 6 additions and 0 deletions

View File

@@ -136,6 +136,8 @@
}
tbody tr:focus-within td:first-child {
font-weight: bold;
border-top: solid 1px;
border-bottom: solid 1px;
}
input {
background: transparent;

View File

@@ -142,6 +142,8 @@
}
tbody tr:focus-within td:first-child {
font-weight: bold;
border-top: solid 1px;
border-bottom: solid 1px;
}
input {
background: transparent;

View File

@@ -144,6 +144,8 @@
}
tbody tr:focus-within td:first-child {
font-weight: bold;
border-top: solid 1px;
border-bottom: solid 1px;
}
input {
background: transparent;