Topic Stopwatch

@tshenry I tested out this CSS code you provided and I think there is a bug. It seems to be working fine when I am logged in as staff - I can see the tag, but non staff cannot. I tried playing around with the code by deleting the following, and all seems to be working well in ‘staff mode’:

.staff .tag-tagname {
display: initial;
}

However, when I use the all of the above code, and I log out of my staff user account, and view as both a non member, or a non staff member, the tag is invisible but the timer is also invisible. Again, seems this work great when logged in as staff, but doesn’t work for non staff.

View when logged in as Staff:

View when not logged in at all:

View when logged in as non staff:

2 Likes