fix(playground): add back underline on tree nodes, and query error underline
This commit is contained in:
parent
b70843a033
commit
e3b2545ab7
1 changed files with 9 additions and 0 deletions
|
|
@ -206,6 +206,11 @@ input[type="checkbox"]:focus {
|
|||
background: rgba(36, 99, 180, 0.12) !important;
|
||||
}
|
||||
|
||||
.query-error {
|
||||
text-decoration: underline red dashed;
|
||||
-webkit-text-decoration: underline red dashed;
|
||||
}
|
||||
|
||||
/* Output Container Styles */
|
||||
#output-container {
|
||||
color: #080808;
|
||||
|
|
@ -230,6 +235,10 @@ input[type="checkbox"]:focus {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#output-container a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#output-container a.node-link.anonymous {
|
||||
color: #116329;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue