The Copy as buttons are invisible in dark mode in the released version of the extension. They are visible during hover though. This was not an issue when I was developing on the extension from source.
I am guessing that this is an issue caused by the duplication of the stats table in popup.html. And since it was done for some kind of compatibility with Firefox for Android, I did not want to go digging there. Hence, I am creating this issue for tracking purposes if anyone else wants to take it up.
The _Copy as_ buttons are invisible in dark mode in the released version of the extension. They are visible during hover though. This was not an issue when I was developing on the extension from source.
I am guessing that this is an issue caused by the duplication of the stats table in `popup.html`. And since it was done for some kind of compatibility with Firefox for Android, I did not want to go digging there. Hence, I am creating this issue for tracking purposes if anyone else wants to take it up.
I caused the issue with my latest changes,sorry.
I wanted to make the buttons look more like the old Bootstrap based version but forgot to test it in the dark mode.
I will fix this with the next release.
I caused the issue with my latest changes,sorry.
I wanted to make the buttons look more like the old Bootstrap based version but forgot to test it in the dark mode.
I will fix this with the next release.
The Copy as buttons are invisible in dark mode in the released version of the extension. They are visible during hover though. This was not an issue when I was developing on the extension from source.
I am guessing that this is an issue caused by the duplication of the stats table in
popup.html
. And since it was done for some kind of compatibility with Firefox for Android, I did not want to go digging there. Hence, I am creating this issue for tracking purposes if anyone else wants to take it up.I caused the issue with my latest changes,sorry. I wanted to make the buttons look more like the old Bootstrap based version but forgot to test it in the dark mode. I will fix this with the next release.
It's now fixed in my local development install. I hope I'll be able to publish the new version quite soon.