Skip to content

Commit 1adf46e

Browse files
committed
Fix channel hover on video page
1 parent f8bc47a commit 1adf46e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/scss/component/_claim-preview.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,15 @@
536536

537537
// neko rename to header?
538538
.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+
539548
.channel-thumbnail {
540549
height: var(--channel-thumbnail-width--small);
541550
width: var(--channel-thumbnail-width--small);

0 commit comments

Comments
 (0)