mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Fix DatePicker style regression
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user