Skip to content

Commit

Permalink
FIX: SVG Pointer Events Conflicting with Links
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 21, 2023
1 parent fdb0418 commit bfa8871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ section.page .page-header > ul {
margin-bottom: 10px;
}

svg {
pointer-events: none;
}

/*** FILE TYPES ***/
.fa-file-pdf-o {color: #FA0F00;}
/*.fa-file-image-o {}*/
Expand Down

0 comments on commit bfa8871

Please sign in to comment.