Skip to content

Commit

Permalink
Fix fontawsome icons don't show underlines to indicate modal/tooltip (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwong committed Mar 30, 2020
1 parent c1adfa3 commit a9c4d55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions asset/css/markbind.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,13 +382,12 @@ li.footnote-item:target {

/* styles for triggers */
.trigger {
display: inline-block;
text-decoration: underline dotted;
border-bottom: 1px dashed currentColor;
}

.trigger-click {
cursor: pointer;
text-decoration: underline dashed;
border-bottom: 1px dashed currentColor;
}

.modal.mb-zoom {
Expand Down

0 comments on commit a9c4d55

Please sign in to comment.