fix: make home table divider theming reliable
This commit is contained in:
@@ -88,6 +88,14 @@ if ($themeSection === 'head'):
|
||||
border-color: var(--theme-border);
|
||||
}
|
||||
|
||||
.theme-row-dividers > tr {
|
||||
border-bottom: 1px solid var(--theme-border);
|
||||
}
|
||||
|
||||
.theme-row-dividers > tr:last-child {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.theme-input {
|
||||
background-color: var(--theme-surface);
|
||||
border-color: var(--theme-border);
|
||||
|
||||
Reference in New Issue
Block a user