Skip to content

Commit 65746af

Browse files
committed
playground: Make query error underlines render in safari
1 parent 224e79c commit 65746af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cli/src/playground.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166

167167
.query-error {
168168
text-decoration: underline red dashed;
169+
-webkit-text-decoration: underline red dashed;
169170
}
170171
</style>
171172
</body>

docs/assets/css/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,5 @@ a.highlighted {
185185

186186
.query-error {
187187
text-decoration: underline red dashed;
188+
-webkit-text-decoration: underline red dashed;
188189
}

0 commit comments

Comments
 (0)