chore: delete useless code

This commit is contained in:
Cotes Chung 2023-02-18 10:43:16 +08:00
parent f517b33960
commit b1453ccb0c
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 0 additions and 14 deletions

View File

@ -419,10 +419,6 @@ i { /* fontawesome icons */
word-spacing: 1px;
a {
&:not(:last-child) {
margin-right: 2px;
}
&:not([class]):hover {
@extend %link-hover;
}
@ -546,7 +542,6 @@ i { /* fontawesome icons */
.img-link {
color: transparent;
display: inline-flex;
overflow: hidden;
}
.shimmer {

View File

@ -26,17 +26,9 @@
color: var(--text-color);
}
%preview-margin {
margin: 0;
}
.preview-img {
@include align-center;
@extend %preview-margin;
@extend %rounded;
max-width: 100%;
&:not(.no-bg) {
img.lazyloaded {
background: var(--img-bg);
@ -48,7 +40,6 @@
-o-object-fit: cover;
object-fit: cover;
@extend %preview-margin;
@extend %rounded;
}
}