Bug 31439: Use pseudo element for bullet in results.tt
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 1 Sep 2022 18:10:50 +0000 (18:10 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 12 Sep 2022 18:36:11 +0000 (15:36 -0300)
commit97461b7029e1675a5dd08585367c053c81cfa2a8
tree17d1edfaf15679521dfb82921876812091756b62
parent613554edc6c308f2bd97e17ceae13b7069b9fcd9
Bug 31439: Use pseudo element for bullet in results.tt

To test:
1. Apply patch and regenerate CSS. See:
  https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client
2. Go to the staff results page and inscept the result_item_details
   class.
3. It should contain a ::before pseudo element that is the bullet point.
4. This is easier to remove of alter with the following CSS in
   IntraNetUSerCSS:

.result_item_details::before {
content: " " !important;
}

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt