Fix media modal footer's “external link” not being a link (#17561)
This commit is contained in:
@ -166,6 +166,11 @@
|
||||
transition-property: background-color, color;
|
||||
text-decoration: none;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
|
Reference in New Issue
Block a user