Just highlight links, don't underline.
authorDave Page <dpage@pgadmin.org>
Thu, 20 Oct 2022 13:02:55 +0000 (14:02 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 20 Oct 2022 13:02:55 +0000 (14:02 +0100)
static/css/pgcac.css

index 69a4164a84a2ceff7105bf1a84960200566ad6a8..70b8c31d655720e22956134a37afe7dadecf4ddd 100644 (file)
@@ -52,6 +52,10 @@ a {
   transition: color .2s ease-in-out;
 }
 
+a:hover, a:active {
+  text-decoration: none;
+}
+
 .navbar {
   box-shadow: 0px 3px 15px var(--navbar-sdw-color);
   background-color: var(--navbar-bg-color) !important;