doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

image gets dimmed automatically in card #35

Closed imruiyeah closed 9 years ago

imruiyeah commented 9 years ago

When I use "card", I found that dimmer is automatically enabled for any images in it. Can I disable this feature? I want use fade reveal for two images in the cards, and do not want it to be dimmed.

Thank you!

doabit commented 9 years ago

Hi, i think you should open a new issue on https://github.com/Semantic-Org/Semantic-UI/issues

imruiyeah commented 9 years ago

Thanks doabit. When I use normal semantic ui I don't see this issue, so I was wondering if this is something related to this sass version of semantic. Will check their repository too.

doabit commented 9 years ago

Oh, can you give me a demo?

imruiyeah commented 9 years ago

Sorry for the late reply. I figured out the issue now, it is caused by a bug in my code. Thank you for your help.