Skip to content

Commit 41e359d

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2707 Updated svg with correct formatting
1 parent 1b4b402 commit 41e359d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
}
1212

1313
:host ::ng-deep .form-select, {
14-
-webkit-appearance: none !important;
15-
-moz-appearance: none !important;
1614
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;
15+
background: #fff 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") right .75rem center/8px 10px no-repeat !important;
1816
}
1917

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

0 commit comments

Comments
 (0)