Skip to content

Commit

Permalink
🐛 fix(link): correction des liens de téléchargement sur firefox et de…
Browse files Browse the repository at this point in the history
…s groupes de liens sur safari [DS-3569] (#755)
  • Loading branch information
keryanS authored Sep 4, 2023
1 parent d95769d commit 22eefa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/component/link/style/module/_download.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
}

#{ns(link__detail)} {
@include absolute(calc(100% + 1v), null, null, 0);
@include absolute(null, null, null, 0);
@include text-style(xs);
@include font-weight(regular);
@include margin-top(7v);
white-space: nowrap;
pointer-events: none;
cursor: text;
Expand Down
8 changes: 4 additions & 4 deletions src/component/link/style/module/_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
}

#{ns(link)} {
vertical-align: top;
}

&--sm {
@include nest-link(sm, null);

#{ns(link)}:not(#{ns(link--download)}) {
vertical-align: top;
}
}

&--lg {
Expand Down

0 comments on commit 22eefa8

Please sign in to comment.