From b05d9cbf978f4559af6df04f0f965117f6bc8fa9 Mon Sep 17 00:00:00 2001 From: mb-wali Date: Mon, 17 May 2021 14:53:33 +0200 Subject: [PATCH] bugfix: removes overrides item --- .../less/invenio_theme_tugraz/search.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less index 131470d..ca4b847 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/search.less @@ -27,13 +27,13 @@ display: inline; } -// align badges to the right -.ui.items > .item .extra.labels-actions { - float: right; - width: auto; +// // align badges to the right +// .ui.items > .item .extra.labels-actions { +// float: right; +// width: auto; - // remove action buttons from search results - .ui.small.compact.right.floated.button { - display: none; - } -} +// // remove action buttons from search results +// .ui.small.compact.right.floated.button { +// display: none; +// } +// }