dotkom / AMaCS

Committee application application for Online online.
5 stars 2 forks source link

Added the ability to have a different left/right icon on buttons when… #61

Closed arwassa closed 7 years ago

arwassa commented 7 years ago

60

This fixes the issue where the 'white' online logo is used when hovering over the login button, but sometimes there is noticeable load time for the new icon. It can be fixed by either pre-loading images with createObjectURL, or we could simply have both images always rendered to the DOM with one set to display: none thought this feels a bit hacky.