Bug 22351: SCSS conversion broke style on last checked out information
authorOwen Leonard <oleonard@myacpl.org>
Fri, 15 Feb 2019 16:12:22 +0000 (16:12 +0000)
committerroot <root@f1ebe1bec408>
Tue, 19 Feb 2019 13:52:14 +0000 (13:52 +0000)
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 <pierre-marc.thibault@inLibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index e1c9d0a..266b4c3 100644 (file)
@@ -890,7 +890,7 @@ fieldset {
         }
     }
 
-    .lastchecked {
+    &.lastchecked {
         border-bottom-left-radius: 0;
         border-bottom-right-radius: 0;
         border-bottom-width: 0;