From 49d4a6e70f9c589ca53c57325403c97f916e5454 Mon Sep 17 00:00:00 2001 From: Augustin Lemesle <augustin.lemesle@cea.fr> Date: Tue, 8 Sep 2020 14:47:17 +0200 Subject: [PATCH] small css fix --- assets/css/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index c409070e..55bafd34 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -333,7 +333,6 @@ button:focus, [role="button"]:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); color: #f36521 !important; - border: 1px dotted #f36521 !important; } .btnDownload:focus, .btn:focus { @@ -524,7 +523,6 @@ div#wpadminbar:hover div#wp-toolbar { display: table; margin: auto; position: relative; - overflow: hidden; } .siteHeader nav li { display: block; -- GitLab