Skip to content

Commit

Permalink
[ACS-4036] Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Nov 23, 2022
1 parent 908d637 commit 73c441d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions app/src/app/ui/overrides/ay11.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
}
}
}

.adf-search-user-button, .app-search-button {
line-height: 36px !important;
@include rounded-border(transparent);
Expand Down Expand Up @@ -101,6 +102,15 @@
}

.mat-slide-toggle {
&.mat-primary.mat-checked:not(.mat-disabled) {
.mat-slide-toggle-bar {
background-color: var(--theme-blue-button-color);
}
.mat-slide-toggle-thumb {
background-color: white;
}
}

.mat-slide-toggle-thumb {
width: 15px;
height: 15px;
Expand All @@ -117,15 +127,6 @@
top: -5px;
}

&.mat-primary.mat-checked:not(.mat-disabled) {
.mat-slide-toggle-bar {
background-color: var(--theme-blue-button-color);
}
.mat-slide-toggle-thumb {
background-color: white;
}
}

.mat-slide-toggle-ripple {
display: none;
}
Expand Down

0 comments on commit 73c441d

Please sign in to comment.