Skip to content

Commit

Permalink
feat: color search matches in bold
Browse files Browse the repository at this point in the history
Required because of Carbon resetting <b> styles.
  • Loading branch information
nikku authored and barmac committed Nov 21, 2024
1 parent a12ad77 commit 6183e62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/styles/_modeling.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
.djs-popup-backdrop {
z-index: 1001;
}

.djs-search-highlight {
font-weight: bold;
}

0 comments on commit 6183e62

Please sign in to comment.