From 0a4234b3287f900b133f0eb21e641aceda6be235 Mon Sep 17 00:00:00 2001 From: Michael Tintiuc Date: Wed, 5 Feb 2020 02:05:21 +0200 Subject: [PATCH] Add missing commits --- CHANGELOG.md | 1 + ui/scss/component/_claim-list.scss | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cbafa13..0513e1fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Prevent spacebar from toggling fullscreen on Firefox ([#3546](https://github.com/lbryio/lbry-desktop/pull/3546)) - Context menu not working properly in some cases ([#3604](https://github.com/lbryio/lbry-desktop/pull/3604)) - Don't autoplay paid content or content from blocked channels ([#3570](https://github.com/lbryio/lbry-desktop/pull/3570)) +- Make claim previews right clickable ([#3631](https://github.com/lbryio/lbry-desktop/pull/3631)) ## [0.39.1] - [2019-1-24] diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index cf9529d5a..e96b72a73 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -106,10 +106,6 @@ height: 5rem; } } - - a { - color: inherit; - } } .claim-preview--large { @@ -191,6 +187,7 @@ overflow: hidden; text-overflow: ellipsis; max-width: 100%; + color: var(--color-text); } .claim-preview-metadata {