Fix media modal footer's “external link” not being a link (#17561)

This commit is contained in:
Claire
2022-02-25 01:20:41 +01:00
committed by GitHub
parent e884f7dfbd
commit 255748dff4
3 changed files with 23 additions and 2 deletions

View File

@ -166,6 +166,11 @@
transition-property: background-color, color;
text-decoration: none;
a {
color: inherit;
text-decoration: none;
}
&:hover,
&:active,
&:focus {