Skip to content

Commit ca45fe6

Browse files
committed
accessibility: Tag multistep tablists + keyboard navigation
1 parent c70db20 commit ca45fe6

6 files changed

Lines changed: 351 additions & 53 deletions

File tree

dist/engrid.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Thursday, June 4, 2026 @ 16:32:49 ET
22+
* Date: Wednesday, June 24, 2026 @ 10:16:48 ET
2323
* By: nick
24-
* ENGrid styles: v0.25.6
25-
* ENGrid scripts: v0.25.6
24+
* ENGrid styles: v0.25.8
25+
* ENGrid scripts: v0.25.8
2626
*
2727
* Created by 4Site Studios
2828
* Come work with us or join our team, we would love to hear from you
@@ -5099,6 +5099,11 @@ div[id^=nb-field-].nb-success input{
50995099
padding:0;
51005100
width:var(--radio_width);
51015101
}
5102+
[data-engrid-theme] .en__pg__select:has(input:focus){
5103+
border-radius:30px;
5104+
outline:3px solid var(--focus_outline_color, #086ce7);
5105+
outline-offset:var(--focus_outline_offset, 2px);
5106+
}
51025107
[data-engrid-theme] .en__pg__display{
51035108
grid-area:en__pg__display;
51045109
padding:0;
@@ -5417,6 +5422,10 @@ body:not(#en__pagebuilder):not([data-engrid-debug]) [class*=showifamount].animat
54175422
[data-engrid-theme][data-engrid-page-type=supporterhub] .en__hubPledge__validationFail .en__field__element{
54185423
border:none;
54195424
}
5425+
[data-engrid-theme][data-engrid-page-type=supporterhub] .en__component--hubgadget:focus{
5426+
outline:3px solid var(--focus_outline_color, #086ce7);
5427+
outline-offset:var(--focus_outline_offset, 2px);
5428+
}
54205429
@media screen and (max-width:768px){
54215430
[data-engrid-theme] .en__hubPledge__buttons{
54225431
flex-direction:column;

0 commit comments

Comments
 (0)