mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Top nav: desktop interactions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.external-link{
|
||||
.external-link {
|
||||
&::after {
|
||||
content: "\00a0";
|
||||
background-image: url(../img/icons/arrow-up-right.svg);
|
||||
@@ -24,6 +24,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.top-nav .dropdown .external-link {
|
||||
&::after {
|
||||
background-position: left 0 bottom -.1em;
|
||||
}
|
||||
|
||||
&:hover::after {
|
||||
background-position: left .2em bottom .1em;
|
||||
}
|
||||
}
|
||||
|
||||
// /* Reduce external link icon size */
|
||||
// .fa.fa-external-link:before {
|
||||
|
||||
Reference in New Issue
Block a user