Skip to content

Commit

Permalink
ACS-5183 Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Jul 18, 2023
1 parent 670c4f6 commit 5b0d543
Showing 1 changed file with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ adf-search-properties {
margin-right: 8px;
}

.adf-search-properties-file-size-operator, .adf-search-properties-file-size-unit {
.adf-search-properties-file-size-operator,
.adf-search-properties-file-size-unit {
.mat-form-field-infix {
border: 1px solid var(--adf-theme-mat-grey-color-a400);
border-radius: 5px;
Expand All @@ -43,14 +44,14 @@ adf-search-properties {

.mat-form-field-outline {
.mat-form-field-outline {
&-start, &-end {
&-start,
&-end {
border-top: 1px solid var(--adf-theme-mat-grey-color-a400);
border-bottom: 1px solid var(--adf-theme-mat-grey-color-a400);
}

&-start {
border-left: 1px solid var(--adf-theme-mat-grey-color-a400);

}

&-end {
Expand All @@ -59,21 +60,22 @@ adf-search-properties {
}
}

.mat-focused {
.mat-form-field-outline {
outline: 2px auto -webkit-focus-ring-color;
}
}

.mat-form-field-appearance-outline {
.mat-form-field-outline-thick {
.mat-form-field-outline {
&-start, &-end {
&-start,
&-end {
border-width: 1px;
}
}
}
}

.mat-focused {
.mat-form-field-outline {
outline: 2px auto -webkit-focus-ring-color;
}
}
}

.adf-search-properties-file-type-label {
Expand Down

0 comments on commit 5b0d543

Please sign in to comment.