Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2985cf2

Browse files
fix: safari behavior with box-shadow and editing text in drr
1 parent 7c2f91d commit 2985cf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

studio/src/global/theme/editor/editor-deck-placeholder.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ deckgo-deck {
105105
width: 100%;
106106
text-align: center;
107107
}
108+
109+
[highlighted] {
110+
// Safari issue when typing text
111+
box-shadow: none;
112+
outline: 1px solid var(--ion-color-primary);
113+
}
108114
}
109115

110116
[highlighted] {

0 commit comments

Comments
 (0)