Skip to content

Commit

Permalink
Break out possible unique icon
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 20, 2024
1 parent 121f352 commit 4737ce7
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ span.versionmodified.changed {
}
}

span.versionmodified.deprecated,
span.versionmodified.deprecated {
&::before {
color: var(--pst-color-danger);
content: var(--pst-icon-versionmodified-deprecated);
}
}

span.versionmodified.removed {
&::before {
color: var(--pst-color-danger);
Expand Down

0 comments on commit 4737ce7

Please sign in to comment.