We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bc47a commit 1adf46eCopy full SHA for 1adf46e
ui/scss/component/_claim-preview.scss
@@ -536,6 +536,15 @@
536
537
// neko rename to header?
538
.claim-preview__wrapper--inline {
539
+ &:hover .claim-preview__title {
540
+ color: rgba(var(--color-text-base), 0.9);
541
+ }
542
+
543
+ .claim-preview-info > a:hover .claim-preview__title,
544
+ &:has(> .claim-preview--inline > .button:hover) .claim-preview__title {
545
+ color: var(--color-primary);
546
547
548
.channel-thumbnail {
549
height: var(--channel-thumbnail-width--small);
550
width: var(--channel-thumbnail-width--small);
0 commit comments