Skip to content

Commit 242b117

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2707 Made appearance important
1 parent ce5fbab commit 242b117

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

13-
:host ::ng-deep .form-select, {
14-
-webkit-appearance: none;
15-
-moz-appearance: none;
13+
:host ::ng-deep .form-select {
14+
-webkit-appearance: none !important;
15+
-moz-appearance: none !important;
1616
appearance: none !important;
1717
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;
1818
}

0 commit comments

Comments
 (0)