From d000b4202fc7d8d1e80467c8c9890bd71d96cef0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2019 16:12:22 +0000 Subject: [PATCH] Bug 22351: SCSS conversion broke style on last checked out information This patch makes a minor change to the staff client SCSS to correct an error which happened in the SCSS conversion. To test, apply the patch and regenerate the staff client CSS. Check out an item to a patron. The box showing information about the item you just checked out should be flush with the checkout form box. Signed-off-by: Pierre-Marc Thibault Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e1c9d0a6d4..266b4c3b25 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -890,7 +890,7 @@ fieldset { } } - .lastchecked { + &.lastchecked { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-width: 0; -- 2.20.1