Skip to content

Commit 1b4b402

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2707 Removed arrow and replaced with double caret
1 parent 4534997 commit 1b4b402

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
height: fit-content;
1111
}
1212

13-
:host ::ng-deep .form-select {
14-
-webkit-appearance: none;
15-
-moz-appearance: none;
16-
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;
13+
:host ::ng-deep .form-select, {
14+
-webkit-appearance: none !important;
15+
-moz-appearance: none !important;
16+
appearance: none !important;
17+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
2318
}
2419

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

0 commit comments

Comments
 (0)