Kaynağa Gözat

fix the page-button hover style not show

krvpb024 2 yıl önce
ebeveyn
işleme
2221fd408d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
     }
 }