Browse Source

fix the page-button hover style not show

krvpb024 2 years ago
parent
commit
2221fd408d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/ui/static/css/common.css

+ 1 - 1
internal/ui/static/css/common.css

@@ -191,7 +191,7 @@ a:hover {
     font-size: 1rem;
     font-size: 1rem;
     cursor: pointer;
     cursor: pointer;
 
 
-    &:is(hover, :focus) {
+    &:is(:hover, :focus) {
         color: var(--link-hover-color);
         color: var(--link-hover-color);
     }
     }
 }
 }