Skip to content

Commit 4534997

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2707 Removed --bs-form-select-bg-img that was adding another arrow in the qualdrop
1 parent 08f84af commit 4534997

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
-webkit-appearance: none;
1515
-moz-appearance: none;
1616
appearance: none;
17+
background-image: none !important;
18+
}
19+
20+
// Hide Bootstrap's form-select background image arrow for ng-bootstrap components
21+
:host ::ng-deep dynamic-ng-bootstrap-select .form-select {
22+
background-image: none !important;
1723
}
1824

1925
:host ::ng-deep .btn-group-toggle > .btn input[type="radio"] {

0 commit comments

Comments
 (0)