diff --git a/views/scroller.html b/views/scroller.html index b23286e..6a4d868 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -322,15 +322,14 @@ cursor: pointer; text-decoration: none; color: #fff; background: none; border: none; padding: 0; transition: transform .12s; } - .scroll-btn:hover { transform: scale(1.14); } + /*.scroll-btn:hover { transform: scale(1.14); }*/ .scroll-btn-icon { position: relative; width: 46px; height: 46px; border-radius: 50%; - backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: background .17s; } - .scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); } + /*.scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); }*/ .scroll-btn-label { font-size: .6rem; font-weight: 600; letter-spacing: .03em; color: rgba(255,255,255,.75); } .scroll-btn-count { font-size: .62rem; font-weight: 800; color: rgba(255,255,255,.55); line-height: 1;