mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Remove animation on external links
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,21 +6,5 @@
|
||||
|
||||
.external-link .fa-external-link,
|
||||
.related-projects a .fa-external-link {
|
||||
transition: all .2s ease-in-out;
|
||||
display: inline-block;
|
||||
padding-left: 7px;
|
||||
}
|
||||
.external-link:hover .fa-external-link,
|
||||
.related-projects a:hover .fa-external-link {
|
||||
padding-left: 14px;
|
||||
}
|
||||
|
||||
/* Avoid shifting other text over */
|
||||
.content .external-link .fa-external-link {
|
||||
padding-left: 1px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
.content .external-link:hover .fa-external-link {
|
||||
padding-left: 7px;
|
||||
padding-right: 1px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user