Skip to content

Commit

Permalink
show hidden threads on margin and show msg if there is no thread
Browse files Browse the repository at this point in the history
  • Loading branch information
JumanaFM committed Nov 6, 2023
1 parent 61ed16d commit 0ebbdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/highlights/NbHighlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default {
},
style: function () {
if (this.isHidden) {
return "fill: none; stroke: rgb(255 204 1 / 55%); stroke-dasharray: 3;"
return "fill: none; stroke: rgb(255 204 1 / 75%); stroke-dasharray: 3;"
}
if (!this.thread) {
return 'fill: rgb(231, 76, 60); fill-opacity: 0.3; cursor: pointer;'
Expand Down

0 comments on commit 0ebbdce

Please sign in to comment.