Skip to content

Commit 08ae2c6

Browse files
authored
[5.4] Underline links [a11y] (joomla#46298)
Underline links inside alerts
1 parent 28fb593 commit 08ae2c6

File tree

1 file changed

+5
-0
lines changed
  • build/media_source/templates/administrator/atum/scss/blocks

1 file changed

+5
-0
lines changed

build/media_source/templates/administrator/atum/scss/blocks/_alerts.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
border: var(--state-info-border);
2626
a {
2727
color: var(--state-info-text);
28+
text-decoration: underline;
2829
}
2930
}
3031

@@ -34,6 +35,7 @@
3435
border: var(--state-warning-border);
3536
a {
3637
color: var(--state-warning-text);
38+
text-decoration: underline;
3739
}
3840
}
3941

@@ -43,6 +45,7 @@
4345
border: var(--state-success-border);
4446
a {
4547
color: var(--state-success-text);
48+
text-decoration: underline;
4649
}
4750
}
4851

@@ -52,6 +55,7 @@
5255
border: var(--state-error-border);
5356
a {
5457
color: var(--state-error-text);
58+
text-decoration: underline;
5559
}
5660
}
5761

@@ -61,6 +65,7 @@
6165
border-color: var(--state-danger-border);
6266
a {
6367
color: var(--state-danger-text);
68+
text-decoration: underline;
6469
}
6570
}
6671
}

0 commit comments

Comments
 (0)