Fix media modal footer's “external link” not being a link (#17561)
This commit is contained in:
parent
e884f7dfbd
commit
255748dff4
3 changed files with 23 additions and 2 deletions
|
@ -166,6 +166,11 @@
|
|||
transition-property: background-color, color;
|
||||
text-decoration: none;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue