|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|