Просмотр исходного кода

fix the page-button hover style not show

krvpb024 2 лет назад
Родитель
Сommit
2221fd408d
1 измененных файлов с 1 добавлено и 1 удалено
  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);
     }
 }