Remove redundant hover state styles for buttons

This commit is contained in:
Vincent 2025-09-29 19:19:02 -04:00
parent b8bf274731
commit c48042ea4b

View file

@ -82,9 +82,6 @@
}
/* Button states */
.btn:hover {
/* Transform handled by state variants */
}
.btn:active {
transform: translateY(0);