previewer up
This commit is contained in:
@ -15,8 +15,9 @@
|
||||
|
||||
// Notes Graph
|
||||
|
||||
.links line {
|
||||
.links path {
|
||||
stroke: $accent-color;
|
||||
fill: transparent;
|
||||
}
|
||||
|
||||
.nodes circle {
|
||||
@ -37,6 +38,11 @@
|
||||
fill: $accent-color;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
opacity: 0.25;
|
||||
transition: opacity 0.15s ease-out;
|
||||
}
|
||||
|
||||
// Notes inline styles
|
||||
|
||||
.internal-link {
|
||||
@ -57,19 +63,8 @@
|
||||
|
||||
// Link previews
|
||||
|
||||
content a.internal-link {
|
||||
background-color: rgba($accent-color, 0.1);
|
||||
}
|
||||
|
||||
#tooltip-wrapper {
|
||||
padding: 1em;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
width: 400px;
|
||||
max-height: 250px;
|
||||
font-size: 0.8em;
|
||||
opacity: 0;
|
||||
transition: opacity 100ms;
|
||||
}
|
||||
|
||||
#tooltip-wrapper:after {
|
||||
|
Reference in New Issue
Block a user