From 09c9443a54f1ad76edd325ccad8219fb267b2030 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 25 Oct 2018 14:07:35 +0000 Subject: [PATCH] Fix disabled acl table menu button (regression) --- plugins/acl/skins/elastic/templates/table.html | 2 +- skins/elastic/styles/widgets/toolbar.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/acl/skins/elastic/templates/table.html b/plugins/acl/skins/elastic/templates/table.html index 17353329e..c8f492924 100644 --- a/plugins/acl/skins/elastic/templates/table.html +++ b/plugins/acl/skins/elastic/templates/table.html @@ -19,7 +19,7 @@ - + diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index b5b125b4f..36b9c3d3a 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -437,6 +437,10 @@ font-size: 1.1rem; } } + + a { + padding: 0 !important; + } } a {