Skip to content

Commit

Permalink
changes for dropdown in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
likhithThammegowda committed Aug 9, 2024
1 parent 04c757b commit bd54564
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/routes/your-location/your-location.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ input:focus-visible {
.form-control:disabled {
background-color: #fff;
}
select.ng-dirty:disabled{
color: #808080;

}
.login-button:disabled {
background: #BFBFBF;
color: #808080;
Expand Down

0 comments on commit bd54564

Please sign in to comment.