Skip to content

Commit

Permalink
Fix border for search-in-workspace replace items
Browse files Browse the repository at this point in the history
Contributed by STMicroelectronics
Signed-off-by: Samuel HULTGREN <samuel.hultgren@st.com>
  • Loading branch information
slhultgren authored and vince-fugnitto committed Feb 19, 2021
1 parent 3e30548 commit c2a82d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@

.t-siw-search-container .resultLine .replace-term {
background: var(--theia-diffEditor-insertedTextBackground);
border: 1p solid var(--theia-diffEditor-insertedTextBorder);
border: 1px solid var(--theia-diffEditor-insertedTextBorder);
}
.theia-hc
.t-siw-search-container .resultLine .replace-term {
Expand Down

0 comments on commit c2a82d5

Please sign in to comment.