https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31943
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #6 from Owen Leonard <[email protected]> --- In fact I find this to be true when running "yarn css" on master as well. It seems to have to do with the way the icon color is encoded during the build process. fill='#369', which appears when we use "yarn css" doesn't work. fill='%23369', with "yarn build," works. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
