Block pointer events of disabled cards #1659

Merged
btzr-io merged 2 commits from publish-fix into master 2018-06-21 05:50:18 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -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))

View file

@ -66,6 +66,7 @@
.card--disabled {
opacity: 0.3;
pointer-events: none;
}
.card__media {