Forráskód Böngészése

fix the page-button hover style not show

krvpb024 2 éve
szülő
commit
2221fd408d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
     cursor: pointer;
 
-    &:is(hover, :focus) {
+    &:is(:hover, :focus) {
         color: var(--link-hover-color);
     }
 }