Skip to content

Commit

Permalink
Removed unnecessary css which was added while implementing image prev…
Browse files Browse the repository at this point in the history
…iew for HomeKey Card Finish.
  • Loading branch information
adukale authored and rednblkx committed Aug 21, 2024
1 parent 223343f commit d7a6ca7
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions data/misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,29 +146,3 @@ <h2 style="text-align: center;">Device Configuration</h2>
}
form.addEventListener('submit', handleForm);
</script>
<style>
#cardfinishtan{
display: none;
}
#cardfinishgold{
display: none;
}
#cardfinishsilver{
display: none;
}
#cardfinishblack{
display: none;
}
#tan:hover #cardfinishtan{
display: block !important;
}
#gold:hover #cardfinishtan{
display: block;
}
#silver:hover #cardfinishtan{
display: block;
}
#black:hover #cardfinishtan{
display: block;
}
</style>

0 comments on commit d7a6ca7

Please sign in to comment.