fix #477: toggle vpd filter detail

This commit is contained in:
devmrko
2026-06-26 06:28:07 +09:00
parent d010f2659a
commit 696813ea13
3 changed files with 53 additions and 0 deletions

View File

@@ -854,6 +854,13 @@ body {
text-align: left;
}
.policy-function-button.active,
.policy-function-button[aria-expanded="true"] {
background: var(--rw-accent-soft);
border-color: var(--rw-accent);
color: var(--rw-accent-strong);
}
.policy-source-cell {
background: var(--rw-surface) !important;
padding: 0 0 .75rem !important;