fix(ui): use action cursor token for policy details

This commit is contained in:
Jesse Merhi
2026-08-10 12:45:58 +10:00
committed by jesse-merhi
parent ca8ab2a010
commit 4f586f49cf
+1 -1
View File
@@ -586,7 +586,7 @@ h3.plugins-subheader {
min-height: 44px;
align-items: center;
gap: var(--space-2);
cursor: pointer;
cursor: var(--cursor-action);
font-weight: 600;
list-style: none;
}