From 2221fd408d3f7941c67653bc5afa753dbcdadb9b Mon Sep 17 00:00:00 2001 From: krvpb024 Date: Sat, 10 Feb 2024 11:14:02 +0800 Subject: [PATCH] fix the page-button hover style not show --- internal/ui/static/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/static/css/common.css b/internal/ui/static/css/common.css index 0a3e4ef4..743d5a25 100644 --- a/internal/ui/static/css/common.css +++ b/internal/ui/static/css/common.css @@ -191,7 +191,7 @@ a:hover { font-size: 1rem; cursor: pointer; - &:is(hover, :focus) { + &:is(:hover, :focus) { color: var(--link-hover-color); } }