Skip to content

Commit 098a56d

Browse files
committed
added TODO info
1 parent b947bd5 commit 098a56d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

core/src/components/datetime/datetime.ionic.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@
1212
--background: #{globals.$ion-bg-surface-default};
1313
--focus-ring-color: #{globals.$ion-border-focus-default};
1414
--focus-ring-width: #{globals.$ion-border-radius-025};
15+
/**
16+
* TODO(FW-6931): Remove these variables upon solving the root cause
17+
*/
1518
--body-opacity: 0;
1619
--year-opacity: 0;
1720
}
1821

22+
/**
23+
* TODO(FW-6931): Remove all this css related to opacity upon solving the root cause
24+
*/
1925
:host .calendar-body {
2026
opacity: var(--body-opacity);
2127
}

core/src/components/datetime/datetime.native.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@
2323
max-width: 350px;
2424
}
2525

26+
/**
27+
* TODO(FW-6931): Move this back to common file upon solving the root cause
28+
*/
2629
:host .calendar-body,
2730
:host .datetime-year {
2831
opacity: 0;
2932
}
3033

34+
/**
35+
* TODO(FW-6931): Move this back to common file upon solving the root cause
36+
*/
3137
:host(.datetime-ready) .calendar-body,
3238
:host(.datetime-ready) .datetime-year {
3339
opacity: 1;

0 commit comments

Comments
 (0)