BeatSaberMarkupLanguage icon indicating copy to clipboard operation
BeatSaberMarkupLanguage copied to clipboard

Clickable image returning to white after hovering

Open qqrz997 opened this issue 5 months ago • 2 comments

the following bsml code makes a download button in the top-right corner of its container

<clickable-image src='#FullCircle128' image-color='#EEE5' ignore-layout='true' size-delta='12' anchor-min='1 1' anchor-max='1 1' anchored-position='-8 -8'>
  <image src='#DownloadIcon' local-scale='0.4' anchored-position='0 1'/>
</clickable-image>

the problem is the background clickable image goes white after hovering over it, i would expect it to return to being #EEE5

qqrz997 avatar Aug 31 '24 18:08 qqrz997