hookehuyr

style(Home): 移除未使用的more-button悬停样式

...@@ -1451,11 +1451,6 @@ const handlePhotoClick = () => { ...@@ -1451,11 +1451,6 @@ const handlePhotoClick = () => {
1451 transition: all 0.3s ease; 1451 transition: all 0.3s ease;
1452 } 1452 }
1453 1453
1454 -.more-button:hover {
1455 - transform: scale(1.05);
1456 - filter: brightness(1.1);
1457 -}
1458 -
1459 .more-text { 1454 .more-text {
1460 color: white; 1455 color: white;
1461 font-size: 0.875rem; 1456 font-size: 0.875rem;
......