Skip to content

Commit 08e79eb

Browse files
committed
Improve highlighting
1 parent 180b684 commit 08e79eb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

html-api-debugger/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
}
8080
}
8181

82+
.html-text {
83+
text-wrap: pretty;
84+
box-shadow: 0 0 0 0 hotpink;
85+
transition: ease box-shadow 120ms;
86+
}
87+
8288
.has-highlighted-span {
8389
box-shadow: 0 0 4px 2px hotpink;
8490
}
@@ -95,10 +101,6 @@
95101
min-height: 200px;
96102
}
97103

98-
.html-text {
99-
text-wrap: pretty;
100-
}
101-
102104
#html_api_result_holder,
103105
#dom_tree {
104106
border: inset 1px;

0 commit comments

Comments
 (0)