Skip to content

Commit

Permalink
(PC-31079)[PRO] style: pointer-events is set in mixin, so has to be…
Browse files Browse the repository at this point in the history
… set after.
  • Loading branch information
AmineLouveau authored and xdekoninck-pass committed Jul 29, 2024
1 parent fd54ace commit aa57cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pro/src/ui-kit/form/shared/BaseInput/BaseInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
}

&-right-button {
pointer-events: initial;

@include forms.input-icon-wrapper(rem.torem(32px));

pointer-events: initial;

button {
background: none;
border: none;
Expand Down

0 comments on commit aa57cc3

Please sign in to comment.