Skip to content

Commit 0da9a5c

Browse files
ofiron01jasonLaster
authored andcommitted
[Preview] Highlight expression yellow firefox-devtools#2984 (firefox-devtools#3022)
* [Preview] Highlight expression yellow firefox-devtools#2984 * Now using theme-highlight-yellow variable after resolving firefox-devtools/devtools-core#385 (firefox-devtools#2984)
1 parent c3d87c8 commit 0da9a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Editor/Preview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929

3030
.selected-token {
31-
background-color: var(--theme-search-overlays-semitransparent);
31+
background-color: var(--theme-highlight-yellow);
3232
color: var(--theme-selection-color);
3333
}
3434

0 commit comments

Comments
 (0)