Skip to content

Commit

Permalink
feat: visible buttons in parcours orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG authored and marc-gavanier committed Mar 25, 2024
1 parent 825d2b4 commit 6026fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

&.active.active-primary {
color: $primary;
box-shadow: 0 0 0 1px $primary;
box-shadow: -0.5px 0.5px 0 1.5px $primary;

&:focus-visible {
border-color: var(--bs-btn-hover-border-color);
Expand Down

0 comments on commit 6026fe4

Please sign in to comment.