You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,9 @@ Rows within panels are separated by a featherlight border. Override the opacity
119
119
120
120
### §6e — Icon buttons (`.icon-btn`)
121
121
122
-
Inactive icons use `--bs-secondary-color`; active/hover state transitions to `--bs-primary`. The 0.15 s ease avoids jarring state snaps.
122
+
Inactive icons use `--bs-secondary-color`; the **active panel** (`[aria-pressed="true"]`) and hover state both transition to `--bs-primary`. The 0.15 s ease avoids jarring state snaps.
123
+
124
+
> **Important:** The `[aria-pressed="true"]` active rule **must** live in §6e (the visual overrides section). Do not rely on §6g for this — §6g is structural-only and may be overridden. Custom themes that omit `&[aria-pressed="true"]` from §6e will have no visible active panel indicator.
0 commit comments