Skip to content

Commit

Permalink
120594: remove default radio button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout-atmire committed Feb 27, 2025
1 parent d60d797 commit 730db27
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@
-moz-appearance: none;
appearance: none;
}


:host ::ng-deep .btn-group-toggle > .btn input[type="radio"] {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}

0 comments on commit 730db27

Please sign in to comment.