From e7b97c204d255fb6098ad531ca07107dde37a027 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 --- 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.11.0