From 811c3364ff76dc8efcb33dbe6dbdb6a5143995e5 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 --- 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 e1c9d0a..266b4c3 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.7.4