File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
core/src/components/datetime Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments