Skip to content

Commit

Permalink
🔥 [#36] Remove CSS fix that isn't needed after all
Browse files Browse the repository at this point in the history
While debugging we had some odd hover behaviour, but after talking
to @Robbert from NL DS this should not have been needed. After
reinstalling dependencies it appears to work as intended, so
we remove our CSS patch.
  • Loading branch information
sergei-maertens committed Nov 20, 2023
1 parent 8117735 commit 647f2c7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/scss/components/_anchor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,3 @@
@extend .utrecht-link, .utrecht-link--openforms;
}
}

.utrecht-link {
@include bem.modifier('placeholder') {
&:hover {
// there does not appear to be a design token for placeholder-hover-color,
// and the CSS prefers using --utrecht-link-color which incorrectly hints that
// the link can be used. TODO: report upstream
color: var(--utrecht-link-placeholder-color);
}
}
}

0 comments on commit 647f2c7

Please sign in to comment.