Skip to content

Commit

Permalink
fix mask on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Jul 5, 2023
1 parent 17018bf commit b5499a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,9 @@ a[target="_blank"]:not(.icon-link):after {
width: 12px;
height: 12px;
margin-left: 2px;
mask: url('/assets/Icon_External_Link.svg') no-repeat center center;
mask-size: cover;
/* Chrome doesn't suppot non-prefix mask yet and we don't use post-css */
-webkit-mask: url('/assets/Icon_External_Link.svg') no-repeat center center;
-webkit-mask-size: cover;
background-color: currentColor;
}

Expand Down

0 comments on commit b5499a4

Please sign in to comment.