59a0b9d490
## Issue - Adding `content__non-clickable` everywhere probably isn't the right way when we move forward to separating `all.scss`. - Not intuitive -- easier to use if it's an attribute to `ClaimPreview`. ## Change - Consolidate to a re-usable `non-clickable` class. - Made Wallet Send search preview non-clickable as a temporary band aid until the channel-finder is consolidated. - `listBlocked`: something is overriding the pointer, so non-clickable isn't working. Removed for now -- doesn't really matter.
3 lines
43 B
SCSS
3 lines
43 B
SCSS
.non-clickable {
|
|
pointer-events: none;
|
|
}
|