refactor(css): dark theme: remove and merge specific cases

This commit is contained in:
Edouard Vanbelle
2026-04-13 13:02:25 +02:00
parent e6a815a03c
commit 2733542bce
5 changed files with 21 additions and 795 deletions
+3 -3
View File
@@ -145,7 +145,7 @@ body {
}
.user-last-login-cell {
font-size: 12px;
color: var(--color-text-faint);
color: var(--color-text);
}
/* ── Top Header Bar ── */
@@ -422,7 +422,7 @@ table {
th {
text-align: left;
padding: 12px 16px;
background: var(--color-bg-hover);
background: var(--color-bg-subtle);
color: var(--color-text-faint);
font-size: 11px;
text-transform: uppercase;
@@ -440,7 +440,7 @@ tr:last-child td {
border-bottom: none;
}
tr:hover {
background: var(--color-bg-off-white);
background: var(--color-bg-hover);
}
.user-info {
display: flex;
+1
View File
@@ -219,6 +219,7 @@
padding: 15px;
border-bottom: 1px solid var(--color-border-xfaint);
vertical-align: middle;
color: var(--color-text);
}
.shared-item-name {