From e6860797c3e5d23f636d7134ca0c65a4d7c709a6 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 --- .../intranet-tmpl/prog/css/src/staff-global.scss | 14 -------------- 1 file changed, 14 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 b0b0178ce0e..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,20 +2203,6 @@ li { td { &.actions { white-space: nowrap; - - a, - button { - display: inline-block; - margin-left: .3rem; - - &:first-child { - margin-left: 0; - } - } - - .dropdown-menu .dropdown-item { - margin-left: 0; - } } &.bookcoverimg { -- 2.39.5