Skip to content

Commit e3b2545

Browse files
committed
fix(playground): add back underline on tree nodes, and query error underline
1 parent b70843a commit e3b2545

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/assets/css/playground.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ input[type="checkbox"]:focus {
206206
background: rgba(36, 99, 180, 0.12) !important;
207207
}
208208

209+
.query-error {
210+
text-decoration: underline red dashed;
211+
-webkit-text-decoration: underline red dashed;
212+
}
213+
209214
/* Output Container Styles */
210215
#output-container {
211216
color: #080808;
@@ -230,6 +235,10 @@ input[type="checkbox"]:focus {
230235
text-decoration: none;
231236
}
232237

238+
#output-container a:hover {
239+
text-decoration: underline;
240+
}
241+
233242
#output-container a.node-link.anonymous {
234243
color: #116329;
235244
}

0 commit comments

Comments
 (0)