Ver código fonte

Fix regression: Add to Home Screen button is unreadable

Regression introduced in commit https://github.com/miniflux/v2/commit/ea58bac5489cd71f898312132f6e8d7b42cb4d33
Frédéric Guillot 2 anos atrás
pai
commit
7a307f8e74
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      internal/ui/static/css/common.css

+ 2 - 0
internal/ui/static/css/common.css

@@ -242,6 +242,8 @@ a:hover {
     text-decoration: none;
     line-height: 30px;
     color: #fff;
+    background-color: transparent;
+    border: 0;
 }
 
 #btn-add-to-home-screen:hover {