Skip to content

Commit

Permalink
feat(a11y): CEJ visibilité focus (#3236)
Browse files Browse the repository at this point in the history
* feat(a11y): CEJ visibilité focus

* fix(UI): retour review
  • Loading branch information
sylviamoreno authored Aug 6, 2024
1 parent b248f2c commit f3151a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "@styles/utilities-deprecated";
@use "@styles/utilities";

.allocations {
@extend %background-surface;
Expand Down Expand Up @@ -43,6 +44,10 @@
ul, strong, button {
color: utilities-deprecated.$color-on-primary;
}

button {
outline-color: utilities.$color-background-primary-alternative;
}
}
}

Expand Down

0 comments on commit f3151a8

Please sign in to comment.