🐛 Fix use a pointer cursor for adding variant from the viewport (#7410)

This commit is contained in:
Luis de Dios 2025-10-01 17:01:07 +02:00 committed by GitHub
parent 1263ea11fa
commit 7f1ab08ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,7 @@
--button-add-background-color-hover: var(--color-accent-action-hover);
--button-add-icon-color: var(--color-static-white);
cursor: pointer;
fill: var(--button-add-background-color);
&:hover {
--button-add-background-color: var(--button-add-background-color-hover);