Skip to content

Commit

Permalink
Unwanted stylings removed for ng-select component
Browse files Browse the repository at this point in the history
  • Loading branch information
pandutibil committed Nov 20, 2023
1 parent 81e4123 commit df149b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions src/app/shared/components/rbac-dialog/rbac-dialog.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,3 @@
font-size: 40px;
line-height: 60px
}

::ng-deep {
.ng-select.ng-select-focused .ng-select-container:after {
border-color: transparent;
border-width: 0px;
}

.ng-select .ng-select-container:after {
border-bottom: 0px solid rgba(0, 0, 0, 0.42);
}
}
10 changes: 0 additions & 10 deletions src/assets/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,6 @@
color: var(--cQ-secondary) !important;
}

::ng-deep {
.ng-select.ng-select-focused .ng-select-container:after{
border-color: transparent;
border-width: 0px;
}
.ng-select .ng-select-container:after {
border-bottom : 0px solid rgba(0,0,0,0.42);
}
}

.program-title{
font-size: 28px;
font-weight: 800;
Expand Down

0 comments on commit df149b5

Please sign in to comment.