diff --git a/src/styles/content/listing.scss b/src/styles/content/listing.scss index 26de213..2131c98 100644 --- a/src/styles/content/listing.scss +++ b/src/styles/content/listing.scss @@ -55,7 +55,19 @@ } .tag { + cursor: pointer; padding: 0 6px; + user-select: none; + + &:hover { + background: colors.$tag-text; + color: colors.$tag-background; + } + + &.is-missing:not(.is-added), + &.is-present.is-removed { + opacity: 0.5; + } } }