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 committed Nov 20, 2024
1 parent 98a64b8 commit d4bed88
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 d4bed88

Please sign in to comment.