Verify and standardize panel control styling

This commit is contained in:
2026-08-05 16:43:09 +02:00
parent 52f51a4a6a
commit 4a985f101f
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -228,6 +228,7 @@
html:not(.dark) .arrow-button,
html:not(.dark) .action-button,
html:not(.dark) .input-like { @apply border-slate-300 bg-white text-slate-700; }
html:not(.dark) .panel-control-button { @apply border-slate-400 bg-white text-slate-700; }
html:not(.dark) .sidebar-close-button:hover,
html:not(.dark) .sidebar-open-button:hover,
html:not(.dark) .drawer-trigger:hover,