Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row and Column not greyed out by hiding #2

Open
RafaelKa opened this issue Sep 19, 2016 · 0 comments
Open

Row and Column not greyed out by hiding #2

RafaelKa opened this issue Sep 19, 2016 · 0 comments

Comments

@RafaelKa
Copy link

RafaelKa commented Sep 19, 2016

because of following Neos definitions:

https://github.com/neos/neos-development-collection/blob/master/TYPO3.Neos/Classes/TYPO3/Neos/Service/ContentElementWrappingService.php#L252-L257
and
https://github.com/neos/neos-development-collection/blob/master/TYPO3.Neos/Resources/Private/Styles/_Content.scss#L1-L4

And no definitions like that:

.neos-contentcollection {
    &.neos-contentelement-hidden > * {
        @include opacity(0.2);
    }
//...
}

The default Neos Grid specifies Row as Content

so i think
you can just remove following line:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant