Merge pull request #1659 from lbryio/publish-fix

Block pointer events of disabled cards
This commit is contained in:
Sean Yesmunt 2018-06-20 23:50:17 -04:00 committed by GitHub
commit 066bcefb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {