Skip to content

Show the room image, when the switch is on, with an SVG that have links to the room images. #403

Closed Answered by Trzinka
Trzinka asked this question in Q&A
Discussion options

You must be logged in to vote

Damned again!!!

The mistake was that I was using:

#switch-coverings {
  visibility: hidden !important;
  mix-blend-mode: lighten !important;
}

it should be:

#del_dneva {
  visibility: visible !important;
  opacity: 1 !important;
  mix-blend-mode: lighten !important;	
}

mix-blend-mode was not in the right place in the css file

  mix-blend-mode: lighten !important;	
}

After this repair it is now working!!!!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Trzinka
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Trzinka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants