Skip to content

Commit

Permalink
fix(atomic): remove unnecessary css (#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar authored Sep 19, 2024
1 parent b62f3c7 commit 1ee2897
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
text-decoration: line-through;
color: var(--atomic-error);
}

/* When excluded, strikethrough line must be continuous, so we must prepend empty character instead of margin */
[part='breadcrumb-value']::before {
content: '\00a0';
}

0 comments on commit 1ee2897

Please sign in to comment.