Skip to content

Commit

Permalink
fix(shs-5911): use absolute path for image url to prevent error when …
Browse files Browse the repository at this point in the history
…drupal aggregates image (#1693)
  • Loading branch information
cienvaras authored Dec 10, 2024
1 parent 2abab22 commit ce1bd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ html:not(.gin--dark-mode) .user-logged-in[data-gin-accent="custom"] {
display: block;
position: absolute;
background-color: var(--gin-color-disabled);
mask-image: url('../../../contrib/gin/dist/media/sprite.svg#handle-view');
mask-image: url('/themes/contrib/gin/dist/media/sprite.svg#handle-view');
mask-position: center center;
mask-repeat: no-repeat;
mask-size: 14px 14px;
Expand Down

0 comments on commit ce1bd2a

Please sign in to comment.