ozwaldorf / iron-grid

Iron Grid - A Responsive Grid System for Polymer
MIT License
67 stars 24 forks source link

Hidding elements does not work #12

Closed TomasAgoston closed 8 years ago

TomasAgoston commented 8 years ago

Hidding an element for a screen format does not work with the current version 3.0.0.

F.e. in the demo change

...
            <div class="s12 example blue">
                <p>s12</p>
            </div>
....

to

...
            <div class="s0 m12 example blue">
                <p>s12</p>
            </div>
...

The blue element is always hidden, also for medium size and larger.

TomasAgoston commented 8 years ago

Any update on the element hidding issue?

ozwaldorf commented 8 years ago

Sorry, no. I will look into this soon, though.

maxiplay commented 8 years ago

There is now a pull request for this problem.

TomasAgoston commented 8 years ago

Hi,

thanks for the update. But it is still not working as expected. See the current 3.1.1 demo version:

            <div class="xl0 s12 example blue">
                <p>s12</p>
            </div>

I would expect to see the blue element visible for the xl size, but the element is always hidden.

maxiplay commented 8 years ago

Indeed, I did not manage this use case. There is now a new pull request for it.

maxiplay commented 8 years ago

https://github.com/The5heepDev/iron-grid/pull/18

ozwaldorf commented 8 years ago

@maxiplay Merged. Thanks!