From 776e69c9a3faaa73c5dcf066956bb5776521bd68 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 (cherry picked from commit d000b4202fc7d8d1e80467c8c9890bd71d96cef0) Signed-off-by: Martin Renvoize --- 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 a9eab91269..afc9797243 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -873,7 +873,7 @@ fieldset { } } - .lastchecked { + &.lastchecked { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-width: 0; -- 2.39.5