Skip to content

Commit

Permalink
Merge branch '9.x.x' into popover-hover-focus-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Feb 6, 2024
2 parents 7968a43 + b30bb09 commit 58c94df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@
}

@mixin sky-required-field {
/* TODO: remove this fallback `content` line, once support for content alt text is added to firefox & safari */
content: '*';
content: '*' / '';
color: var(--sky-highlight-color-danger);
padding-left: compatVars.$sky-padding-half;
}
Expand Down

0 comments on commit 58c94df

Please sign in to comment.