Skip to content

Commit

Permalink
Merge pull request #394 from Sunbird-cQube/dev
Browse files Browse the repository at this point in the history
Unwanted stylings removed for ng-select component
  • Loading branch information
pandutibil authored Nov 20, 2023
2 parents 5b1efad + 66141c5 commit 37d25bf
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 37d25bf

Please sign in to comment.