Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

EX-5870: Bring back query highlighting #28

Merged
merged 1 commit into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/history-cluster/template.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{history-visit model=mainVisit collapsed=collapsed onDelete=(action "deleteCluster")}}
{{history-visit model=mainVisit query=query collapsed=collapsed onDelete=(action "deleteCluster")}}
6 changes: 2 additions & 4 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,8 @@ $color-active-border: #0078CA;

em {
color: $color-black;
border-radius: 3px;
background-color: $color-highlight;
padding: 0 3px;
box-shadow: 0 1px 1px $color-highlight-shadow;
font-style: normal;
font-weight: 600;
}

& > div {
Expand Down