Skip to content

Commit

Permalink
FIX: SVG Preventing Anchor Clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Mar 18, 2023
1 parent ada3f6b commit 04cc635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/css/template-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ table.template-table > tbody > tr:not(:last-child) > td.template-row {
text-decoration: none !important;
}

svg.comment-templates-icon, .svg.icon-btn, svg.text-icon {
pointer-events: none;
}

.view-desc-template-btn svg, .edit-desc-template-btn svg, .delete-desc-template-btn svg, .view-comment-template-btn svg, .edit-comment-template-btn svg, .delete-comment-template-btn svg {
vertical-align: bottom;
pointer-events: none;
Expand Down

0 comments on commit 04cc635

Please sign in to comment.