Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Content styling #68

Open
NullDivision opened this issue Nov 22, 2015 · 1 comment
Open

Content styling #68

NullDivision opened this issue Nov 22, 2015 · 1 comment

Comments

@NullDivision
Copy link

It would be nice to have a way to modify the .selectable-content. As is, I can't add iron-flex-layout to the .selectable-content and instead have to apply it to the items.

ebidel added a commit that referenced this issue Dec 11, 2015
Add deep link URL hash support
@josiah47
Copy link

I also needed this for flex layout, I ended up adding this:
.selectable-content {@apply(--paper-menu-selectable-content);}
to paper-menu-shared-styles-html
then was able to:
--paper-menu-selectable-content: { @apply(--layout-vertical); @apply(--layout-flex); };

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

No branches or pull requests

3 participants