Procházet zdrojové kódy

Fix regression: Add to Home Screen button is unreadable

Regression introduced in commit https://github.com/miniflux/v2/commit/ea58bac5489cd71f898312132f6e8d7b42cb4d33
Frédéric Guillot před 2 roky
rodič
revize
7a307f8e74
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 {