From 68d766e670b9018aff6f488b1b97d23cbb64b61a Mon Sep 17 00:00:00 2001 From: btzr-io Date: Wed, 20 Jun 2018 17:27:35 -0600 Subject: [PATCH 1/2] block pointer events of disabled cards #1456 --- src/renderer/scss/component/_card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/scss/component/_card.scss b/src/renderer/scss/component/_card.scss index 41ffd5473..995a37cba 100644 --- a/src/renderer/scss/component/_card.scss +++ b/src/renderer/scss/component/_card.scss @@ -66,6 +66,7 @@ .card--disabled { opacity: 0.3; + pointer-events: none; } .card__media { From 611a890888951890ed61e0818dc07ae4bb9369f3 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Wed, 20 Jun 2018 18:41:03 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fe830fe..be6756066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * URI and outpoint not being passed properly to API ([#1494](https://github.com/lbryio/lbry-app/issues/1494)) * Incorrect markdown preview on url with parentheses ([#1570](https://github.com/lbryio/lbry-app/issues/1570)) * Fix Linux upgrade path and add manual installation note ([#1606](https://github.com/lbryio/lbry-app/issues/1606)) + * Fix can type in unfocused fields while publishing without selecting file ([#1456](https://github.com/lbryio/lbry-app/issues/1456))