Commit 5c7b424 1 parent bd48871 commit 5c7b424 Copy full SHA for 5c7b424
File tree 2 files changed +9
-21
lines changed
ui-core/src/styles/inputs
2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 1
1
.date-picker {
2
2
.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;
15
6
}
16
7
}
8
+ .input {
9
+ caret-color : transparent;
10
+ }
17
11
}
18
12
19
13
.calendar-picker {
Original file line number Diff line number Diff line change 1
1
.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;
11
5
}
12
6
}
13
7
}
You can’t perform that action at this time.
0 commit comments