eddyerburgh/vue-digital-clock

Blinking colon looks lousy in some fonts

Closed this issue · 1 comments

Hello,

The font I'm using has a space that is wider than the width of a colon. The way this component works, the colon either is written or is not, when blinking. Is there any reason why the colon couldn't get a CSS visibility: hidden or something instead of changing the text?

As well, I figured I might just style it to have a fixed width, but there's not even a class on the colon tag. :( I guess I'll style around it for now. Thanks!

Actually, I am just submitting a PR for you instead!