Skip to content

Commit

Permalink
🐛 fix(select): corrige l'affichage du optgroup sur firefox windows [D…
Browse files Browse the repository at this point in the history
…S-3712] (#870)
  • Loading branch information
zellerbaptiste authored Jan 30, 2024
1 parent 0efb4e6 commit 5b4ffad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/style/reset/_module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

@import 'module/box-sizing';
@import 'module/body';
@import 'module/select';
10 changes: 10 additions & 0 deletions src/core/style/reset/module/_select.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
////
/// Core Module : Reset select
/// @group core
////

select {
optgroup {
font-style: normal;
}
}

0 comments on commit 5b4ffad

Please sign in to comment.