Skip to content

Commit

Permalink
[AAE-15295] fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Dec 14, 2023
1 parent 29aea1f commit 4081434
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
padding: 10px 0;
}

&-people-cloud-option-active:not(&:disabled){
&-people-cloud-option-active:not(&:disabled) {
color: var(--adf-people-cloud-autosuggest-result-active-color);
}

Expand Down Expand Up @@ -57,7 +57,9 @@
}
}

&-error, &-error-text, &-error-icon {
&-error,
&-error-text,
&-error-icon {
color: var(--adf-people-cloud-input-caption-error-color);
}
}

0 comments on commit 4081434

Please sign in to comment.