Fix DatePicker style regression

This commit is contained in:
Kalle
2025-05-15 22:01:51 +03:00
parent ffb7a187c1
commit 951dda5d47
2 changed files with 3 additions and 3 deletions

View File

@@ -351,11 +351,11 @@ select:focus {
padding: var(--s-2) var(--s-2-5);
}
table tr:first-child td {
.my-table tr:first-child td {
border-top: 1px solid var(--border);
}
table td {
.my-table td {
border-bottom: 1px solid var(--border);
}

View File

@@ -51,7 +51,7 @@
margin-inline-start: auto;
background-color: transparent;
border: none;
margin-block-start: -6px;
margin-block-start: -9px;
margin-inline-end: -8px;
outline: none;
}