---
created: 2026-04-15T08:25:23.907Z
title: Hide card (+) button until card is hovered
area: ui
files: []
---

## Problem

The (+) button on card faces is always visible, which adds visual noise to the card grid. It should only appear when the user is actively hovering that card with the mouse cursor, so resting-state cards are cleaner.

## Solution

Add a hover state to the card component (likely in the Slint card face) and bind the (+) button's `visible` property to whether the card is currently hovered. TBD on interaction with touch input if supported.
