improvement: move operation JumpToPath (via #4760)

This commit is contained in:
geraldglynn
2018-08-08 14:10:48 -07:00
committed by kyle
parent 85cf0dccac
commit cb2fc2089c
3 changed files with 25 additions and 24 deletions

View File

@@ -266,26 +266,6 @@
@include text_code();
.view-line-link
{
position: relative;
top: 2px;
width: 0;
margin: 0;
cursor: pointer;
transition: all .5s;
}
&:hover
{
.view-line-link
{
width: 18px;
margin: 0 5px;
}
}
}
.opblock-summary-path__deprecated
@@ -315,8 +295,31 @@
padding: 5px;
cursor: pointer;
.view-line-link
{
position: relative;
top: 2px;
width: 0;
margin: 0;
cursor: pointer;
transition: all .5s;
}
&:hover
{
.view-line-link
{
width: 18px;
margin: 0 5px;
}
}
}
&.opblock-post
{
@include method($_color-post);