Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/frm_admin.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions resources/scss/admin/components/links/_link-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ a.frm-link-secondary {
text-decoration: underline;
}

// Small (.frm-text-xs) help text often relies on a slightly muted color for
// its inline links, which can fall below the contrast ratio color alone
// needs against the surrounding text -- underline them so the link doesn't
// rely on color as its only cue. Excludes icon+text CTA links (e.g. "Connect
// Account"), which already have their own distinct treatment.
.frm-text-xs a:not(.frm-link-with-external-icon) {
text-decoration: underline;
}

.field_type_list li.button.frm_noallow,
.field_type_list li.button.frm_noallow:hover,
.button.frm_noallow,
Expand Down
Loading