[Koha-bugs] [Bug 25735] Add distinct classes for clear history (.clearsh) links on OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 26 16:50:54 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25735

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
I hadn't notice this patch before because it was still marked "NEW." I think
things may have changed a little since this was originally submitted. There is
a fairly simple way to differentiate the two links now:

/* Color for logged-out users */
.clearsh {color:green !important;}

/* Color for logged-in users */
#loggedinuser-menu .clearsh { color:blue !important}

I prefer this to adding the -one -two classes because they're not semantically
meaningful.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list