pool tooltips: don't grey out tooltips until hovered.

This commit is contained in:
evazion
2019-09-25 22:18:04 -05:00
parent eff6480699
commit b8744cd2c4
2 changed files with 0 additions and 8 deletions

View File

@@ -104,12 +104,6 @@ $tooltip-width: 164px * 3 - 10; // 3 thumbnails wide.
}
}
&:not(:hover) {
a, span {
color: var(--post-tooltip-inactive-color) !important;
}
}
&.post-tooltip-loading {
visibility: hidden;
}