線をリンク化しない
from /spud-oimo/settings
code:style.css
.line:not(.cursor-line) a.iconhref$="/hr" {
pointer-events: none;
vertical-align: -20%;
}
@media screen and (max-width : 767px) {
.line:not(.cursor-line) a.iconhref$="/hr" {
display: none;
}
}