Commit e745532
authored
* Bump core version for v2/site
* Fix #469: wrap --ag-focus in rgba() on collapsible summary:focus-visible
--ag-focus is a raw RGB triplet, not a hex color, so it must be used
as rgba(var(--ag-focus), 0.5) to produce a valid outline color.
Matches the pattern already used by ag-accordion-item.
* Fix #469: wrap --ag-focus in rgba() for Badge, Breadcrumb, Menu, IconButton
Audit of v2/lib components revealed four more components using bare
var(--ag-focus) as an outline color. Since --ag-focus is a raw RGB
triplet, it must be wrapped in rgba() to produce a valid CSS color.
Aligns all components with the correct pattern already used by Accordion,
Button, Checkbox, Input, Link, Pagination, Radio, Toggle, and others.
1 parent 8c8c732 commit e745532
File tree
6 files changed
+9
-9
lines changed- v2
- lib/src/components
- Badge/core
- Breadcrumb/core
- Collapsible/core
- IconButton/core
- Menu/core
- site
6 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
834 | 834 | | |
835 | 835 | | |
836 | 836 | | |
837 | | - | |
| 837 | + | |
838 | 838 | | |
839 | 839 | | |
840 | 840 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments