From 5f39a1ee7f77b40aa93673c7ee9f02a03f904cfc Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 9 Jul 2021 18:41:57 -0400 Subject: [PATCH] CSS: Underline links in error dialogs Underlining was removed for unknown reasons by commit d872b42e31ec4698d9a9e0c3bc04e4f215ae7473. --- src/static/css/pad/popup.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/static/css/pad/popup.css b/src/static/css/pad/popup.css index 0eb000996..6de108e40 100644 --- a/src/static/css/pad/popup.css +++ b/src/static/css/pad/popup.css @@ -45,9 +45,6 @@ .popup input[type=text], #users input[type=text] { outline: none; } -.popup a { - text-decoration: none -} .popup h1 { font-size: 1.8rem; margin-bottom: 10px;