fix: missing post separator highlight transition

main
psychobunny 4 years ago
parent 10d4a07a4f
commit d69ec8cd73

@ -389,6 +389,8 @@
padding-bottom: 20px; padding-bottom: 20px;
margin-bottom: 20px; margin-bottom: 20px;
.transition(0.75s ease-in-out border-color);
.edit-icon { .edit-icon {
vertical-align: -2%; vertical-align: -2%;
} }
@ -403,17 +405,13 @@
} }
} }
> hr { &.highlight {
.transition(0.75s ease-in-out border-color);
}
&.highlight > hr {
border-color: darken(@brand-info, 20%); border-color: darken(@brand-info, 20%);
box-shadow: 0px 0px 1px @brand-info; box-shadow: 0px 2px 2px -2px @brand-info;
}
&.highlight .bookmarked { .bookmarked {
opacity: 1; opacity: 1;
}
} }
} }

Loading…
Cancel
Save