Skip to content

Commit

Permalink
Fixes note underline in firefox (#2261)
Browse files Browse the repository at this point in the history
Fixes the underline on detected links in Firefox.
  • Loading branch information
belcherj authored Aug 5, 2020
1 parent ea5cced commit 7c0c6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/note-detail/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,7 @@
box-shadow: inset 0 0 0 #959da5;
}
}

.monaco-editor.monaco-editor .detected-link {
text-underline-position: initial;
}

0 comments on commit 7c0c6b0

Please sign in to comment.