Преглед на файлове

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 години
родител
ревизия
7a307f8e74
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 {