8000 Tagged Content Card - cannot remove pointer hover affect · Issue #69 · nukeop/react-ui-cards · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Tagged Content Card - cannot remove pointer hover affect #69
Open
@Ec04222002

Description

@Ec04222002

<TaggedContentCard className="!transition-none !cursor-default !transform-none" key={project.id} thumbnail={project.thumbnail} title={project.title} description={project.subtitle} tags={project.links.map((link) => ( <a target="_blank" href={link.link}> {link.tag} </a> ))} />

I tried removing the default scale-up effect by passing in the !important to tailwind classes, it was able to remove the scale-up transition, but not the hover affect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0