I'm trying to create a method/function inside my polymer element that allows me to change a property to all instances except the one clicked/tapped.
Being more specific, when I click on an instance of the element, I want to change a CSS property of every other instances of it.
Thanks!