Skip to content

Commit

Permalink
fix(core): corrige liens pour retro-compat sur firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
lab9fr committed Jun 15, 2023
1 parent 1c01df7 commit 6f627a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/core/style/_outdated.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
:root#{ns-attr(scrolling)} body {
position: sticky;
}

:root {
--underline-thickness: calc(#{$underline-thickness} + 0.25px);
}
}
2 changes: 1 addition & 1 deletion src/core/style/action/tool/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $underline-thickness: 0.0625em;
--underline-hover-width: 0;
--underline-idle-width: var(--underline-max-width);
--underline-x: calc(var(--underline-max-width) * 0);
--underline-thickness: max(1px, #{$underline-thickness});
--underline-thickness: #{$underline-thickness};
}

@mixin enable-underline() {
Expand Down

0 comments on commit 6f627a9

Please sign in to comment.