From f9e245d7275f77ea536a630c2dfc713f3f93bdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis?= Date: Tue, 11 Dec 2018 16:48:54 +0300 Subject: [PATCH] Remove unrequired style color It shows the element in white color over a white barckgroud. --- document_url/static/src/less/url.less | 1 - 1 file changed, 1 deletion(-) diff --git a/document_url/static/src/less/url.less b/document_url/static/src/less/url.less index 2e668f63..7eedd9c3 100644 --- a/document_url/static/src/less/url.less +++ b/document_url/static/src/less/url.less @@ -1,7 +1,6 @@ .o_cp_sidebar { .o_sidebar_add_url span { padding: 3px 25px; - color: @btn-default-color; } .o_sidebar_add_url:hover { background-color: @table-bg-hover;