Skip to content

Commit

Permalink
fix: removed some spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Milfred committed Jun 26, 2024
1 parent 6f1aa75 commit c124745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/LinkTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,15 @@ function getPath(event, _element = null, _path = null) {
position: relative;
display: block;
}
:where(.c-link-tile__link) {
position: absolute;
z-index: 99999;
display: block;
pointer-events: none;
inset: 0;
}
:where(.c-link-tile[data-hover='hover']) {
cursor: pointer;
}
Expand Down

0 comments on commit c124745

Please sign in to comment.