Skip to content

Commit

Permalink
AAE-25888 remove scss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Sep 17, 2024
1 parent 1fe1de9 commit 607331b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@import 'styles/mat-selectors';

$search-text-input-search-icon-width: 48px;

.adf-search-container {
&:has(.adf-input-form-field-divider) {
overflow: hidden;
Expand All @@ -17,7 +15,7 @@ $search-text-input-search-icon-width: 48px;
}

&[state='inactive'] .adf-search-button {
margin-left: -$search-text-input-search-icon-width;
margin-left: -48px;
}

&[state='active'] .adf-search-button {
Expand Down

0 comments on commit 607331b

Please sign in to comment.