FundingCircle / sass-common

Common Sass mixins and files
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Change adjacent (`+`) selector to sibling (`~`) #91

Closed guyfedwards closed 8 years ago

guyfedwards commented 9 years ago

Fixes tooltip not showing when validation messages are present. By using the adjacent (+) selector, if there are any other elements after the input, the tooltip will not show.

RazvanDH commented 8 years ago

LGTM :+1: