playground: Make query error underlines render in safari
This commit is contained in:
parent
224e79ca27
commit
65746afeff
2 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,7 @@
|
|||
|
||||
.query-error {
|
||||
text-decoration: underline red dashed;
|
||||
-webkit-text-decoration: underline red dashed;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -185,4 +185,5 @@ a.highlighted {
|
|||
|
||||
.query-error {
|
||||
text-decoration: underline red dashed;
|
||||
-webkit-text-decoration: underline red dashed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue