Skip to content

Commit

Permalink
fix(fuselage): Remove underline prevention on anchor elements (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Oct 13, 2023
1 parent 44f8515 commit 6df7d7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-scissors-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): Remove underline prevention on anchor elements
2 changes: 0 additions & 2 deletions packages/fuselage/src/components/Field/Field.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
@include typography.use-font-scale(p2);
margin-block: lengths.margin(2);

text-decoration: none;

color: colors.font(info);
@extend %--with-inline-elements;
}
Expand Down
2 changes: 0 additions & 2 deletions packages/fuselage/src/components/States/States.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ $variants: (
@include typography.use-font-scale(p2);
margin-block: lengths.margin(16);

text-decoration: none;

color: colors.font(info);
@extend %--with-inline-elements;
}
Expand Down
2 changes: 0 additions & 2 deletions packages/fuselage/src/styles/primitives/traits/rich-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

a {
&:link {
text-decoration: none;

color: colors.font(info);
}

Expand Down

0 comments on commit 6df7d7a

Please sign in to comment.