Skip to content

Commit

Permalink
Fix incorrect selector when reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jun 14, 2024
1 parent 7e989c2 commit 533b66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.is-focusing-regions {
&:focus::after {
[role="region"]:focus::after {
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit 533b66e

Please sign in to comment.