Skip to content

Commit

Permalink
Merge pull request #14 from jacobwhall/svg-icon-titles
Browse files Browse the repository at this point in the history
Suppress SVG icon title tooltips
  • Loading branch information
quincylvania authored Sep 7, 2024
2 parents b6fb97c + b246755 commit 163fb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/dogwood/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ thead th {
vertical-align: middle;
width: 0.8em;
height: 0.8em;
pointer-events: none;
}

.iconsvg.pre-text {
Expand Down Expand Up @@ -1616,4 +1617,4 @@ ul.org-members.level-1 li {
display: flex;
flex-direction: column;
}
}
}

0 comments on commit 163fb65

Please sign in to comment.