From 8caa91a722f20a8c7f0d65a72ee4fc29c21c479c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Oct 2024 17:03:29 +0300 Subject: [PATCH] remove score hover on mobile --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 0e845dbc7..4d9e4b6fa 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7812,14 +7812,14 @@ p:empty + p { /* poll margin */ width: 285px; } -.btn:not(.score-btn, .score):hover, .btn:not(.score-btn, .score):active, +.btn:not(.score-btn, .voting):hover, .btn:not(.score-btn, .voting):active, .post-actions > .list-inline > .list-inline-item:focus, .post-actions > .list-inline > .list-inline-item:hover, .post-actions > .list-inline > .list-inline-item:active, .sidebar-link:focus, .sidebar-link:hover, .sidebar-link:active, .mx-1.nav-item:focus, .mx-1.nav-item:hover, .mx-1.nav-item:active, -.btn:not(.score-btn, .score):hover *, .btn:not(.score-btn, .score):active *, +.btn:not(.score-btn, .voting):hover *, .btn:not(.score-btn, .voting):active *, .post-actions > .list-inline > .list-inline-item:focus *, .post-actions > .list-inline > .list-inline-item:hover *, .post-actions > .list-inline > .list-inline-item:active *,