Remove dead code

parallel-fetching
gravel 2 years ago
parent f7066d63e0
commit fb852f0f40
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -476,30 +476,6 @@ footer nav a {
border-radius: 100%;
}
/* Too janky */
/*
#details-modal-community-icon-wrapper::after {
position: absolute;
line-height: var(--icon-size);
text-align: center;
font-size: calc(var(--icon-size) / 3);
width: 100%;
opacity: 1;
z-index: 10;
filter: grayscale();
}
#details-modal-community-icon-wrapper[data-has-icon="false"]::after {
content: "\2753";
}
#details-modal-community-icon-wrapper[data-icon-safety="-1"]::after {
opacity: 0.5;
content: "\26A0";
}
*/
#details-modal-community-icon-wrapper[data-has-icon="false"] {
display: none;
}

Loading…
Cancel
Save