From a5c40dd79bdcf8cd16b177eed81469a3b85e5f4a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 15 Jan 2026 09:03:35 -0500 Subject: [PATCH] Bug 40727: (alternate) Remove unnecessary .actions CSS This patch takes an alternate approach of removing some CSS which isn't strictly necessary. I think there was a time when the Bootstrap buttons didn't come with their own margins and we needed to add it manually. This change will slightly affect the margins of any buttons inside a td.actions, but the default margin looks fine to me. Examples: - Administration -> Patron categories - Tools -> Notices and slips Signed-off-by: Caroline Cyr La Rose --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index ebb964719da..e1f33176f0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2203,16 +2203,6 @@ li { td { &.actions { white-space: nowrap; - - a, - button { - display: inline-block; - margin-left: .3rem; - - &:first-child { - margin-left: 0; - } - } } &.bookcoverimg { -- 2.39.5