Skip to content

[UX] Disable inner content clicks of card until active-focused. #227

Description

@Glidias

I find it quite annoying that inner content clicks of non-active cards easily trigger clicks across the board. This isn't ideal for cards containing content with numerous hyperlinks and clickable elements like embed videos as it'll result in many accidental click triggers. Suggest: click to focus on 1 active card first, before able to click on inner hyperlinks/embed videos).

One possible way to do this.

.card > .view {
  pointer-events:none;
}
.card.active > .view {
  pointer-events:auto;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature proposalIdea for a feature or improvement, pending approval.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions