Skip to content

Commit

Permalink
Remove Cookies div order for accessibilys error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomlamb committed Feb 3, 2025
1 parent 118cfe0 commit d2dc4ad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions base/src/scss/_trucaverif.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ div#formfield-form-widgets-basic_cookies {
order: 0;
}

div#formfield-form-widgets-basic_analytics {
order: 1;
}

//---//

// Pour react
Expand Down
1 change: 0 additions & 1 deletion base/src/scss/common/_com-edition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
padding: 0.5rem;
border-radius: 0;
border: 1px solid #ddd;
text-align: center;
}

.manage-section a {
Expand Down
1 change: 0 additions & 1 deletion smartweb/src/scss/common/com-edition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
padding: 0.5rem;
border-radius: 0;
border: 1px solid #ddd;
text-align: center;
}

.manage-section a {
Expand Down
8 changes: 0 additions & 8 deletions smartweb/src/scss/trucaverif.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
margin-top: 1rem;
}

div#formfield-form-widgets-basic_cookies {
order: 0;
}

div#formfield-form-widgets-basic_analytics {
order: 1;
}

//---//

// Pour react
Expand Down

0 comments on commit d2dc4ad

Please sign in to comment.