Skip to content

Commit 5c7b424

Browse files
committed
core : fix icon color on datepicker and passwordInput
1 parent bd48871 commit 5c7b424

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

ui-core/src/styles/inputs/datePicker.css

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
.date-picker {
22
.date-picker-input {
3-
.custom-field {
4-
.field-wrapper-and-status-icon {
5-
.input-wrapper {
6-
.trailing-content-wrapper {
7-
.trailing-content {
8-
@apply text-primary-60;
9-
}
10-
}
11-
.input {
12-
caret-color: transparent;
13-
}
14-
}
3+
.trailing-content-wrapper {
4+
.trailing-content {
5+
@apply text-primary-60;
156
}
167
}
8+
.input {
9+
caret-color: transparent;
10+
}
1711
}
1812

1913
.calendar-picker {
+3-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
.password-input {
2-
.custom-field {
3-
.field-wrapper-and-status-icon {
4-
.input-wrapper {
5-
.trailing-content-wrapper {
6-
.trailing-content {
7-
@apply text-primary-60;
8-
}
9-
}
10-
}
2+
.trailing-content-wrapper {
3+
.trailing-content {
4+
@apply text-primary-60;
115
}
126
}
137
}

0 commit comments

Comments
 (0)