Bug 24282: SCSS conversion broke style in search results item status
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 20 Dec 2019 07:40:37 +0000 (08:40 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 15 Jan 2020 18:29:34 +0000 (18:29 +0000)
commite0635da0397661283c950b514c9eb92a2ee37a96
treeeed25a6ed1eceb087aea5a6f09fe8c0744807719
parent9a062f563d463a7f6e1317030d1a6b3d70e3aa71
Bug 24282: SCSS conversion broke style in search results item status

Before SCSS conversion, there was a style for search results item status :
  #searchresults span.status {
Conversion to SCSS added ul :
  #searchresults ul span.status {
Now style does not apply anymore.
You can see that items on loan are not red anymore.

To test, apply the patch and regenerate your CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
Clear your browser cache if necessary.

All rules using #searchresults in 17.11 :
    font-size : 90%;
    list-style: url(../img/item-bullet.gif);
    padding : .2em 0;
        clear : left;
}

    clear : left;
    color : #900;
    display : block;
}

    clear : left;
    display : block;
}

    display : block;
}

    float : left;
    margin : 3px 5px 3px -5px;
}

    vertical-align : top;
}

Apply patch update intranet CSS file and check you see the same rules.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 1f1ad0ddf980610e9cf6766b9e056334b904a63b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss