Skip to content

Commit f27bdfa

Browse files
committed
feat: TT-578 improve the style of the form element
1 parent 8aa847e commit f27bdfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ input[type="date"]::-webkit-clear-button {
121121
}
122122

123123
.url-ticket-input {
124-
border: 1px solid #ced4da !important;
125-
border-radius: 0.25rem !important;
124+
border: 1px solid #ced4da;
125+
border-radius: 0.25rem;
126126
}
127127

128128
::ng-deep .ngx-timepicker {
129-
border: 1px solid #ced4da !important;
129+
border: 1px solid #ced4da;
130130
border-radius: 0.25rem;
131131
padding: 2px;
132132
}

src/app/modules/time-clock/components/entry-fields/entry-fields.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
border: 1px solid #ced4da;
2020
border-radius: 0.25rem;
2121
padding: 2px;
22-
}
22+
}

0 commit comments

Comments
 (0)