From a135753af2c232e220eb470c2a2efedb9fa3c0af Mon Sep 17 00:00:00 2001 From: surajmandalcell Date: Sat, 9 Jun 2018 07:58:31 +0530 Subject: [PATCH] remove hover border effect --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 76a915d..14f9e54 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -458,7 +458,7 @@ img { } .p-menu:hover{ - border-left: 4px solid #ED5276cc; + /*border-left: 4px solid #ED5276cc;*/ opacity: 0.65 }