mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 08:48:11 +00:00
fixes hover in docs sidebar
This commit is contained in:
@@ -214,14 +214,16 @@ section {
|
||||
padding: 2rem;
|
||||
|
||||
.external-link::after {
|
||||
background-position: left 5px bottom 7px;
|
||||
background-position: left 6px bottom 1px;
|
||||
width: 2rem;
|
||||
|
||||
}
|
||||
.external-link:hover::after {
|
||||
background-position: left 9px bottom 10px;
|
||||
|
||||
&:hover::after {
|
||||
transform: translate(3px, -3px); // Translate the arrow up and to the right
|
||||
}
|
||||
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
position: sticky;
|
||||
max-height: calc(100vh - 80px);
|
||||
|
||||
Reference in New Issue
Block a user