diff --git a/frontend/projects/ui/src/styles.scss b/frontend/projects/ui/src/styles.scss index 0f7086c94..c0b35bdb5 100644 --- a/frontend/projects/ui/src/styles.scss +++ b/frontend/projects/ui/src/styles.scss @@ -102,10 +102,6 @@ $subheader-height: 48px; border-style: none; } -.item-interactive { - --highlight-background: var(--ion-color-light) !important; -} - .center { display: block; margin: auto; diff --git a/frontend/styles/global.scss b/frontend/styles/global.scss index d6a94787a..e8ec3b1fc 100644 --- a/frontend/styles/global.scss +++ b/frontend/styles/global.scss @@ -29,6 +29,10 @@ ion-input { caret-color: gray; } +.item-interactive { + --highlight-background: var(--ion-color-light) !important; +} + ion-modal::part(content) { position: absolute; height: 90% !important;