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

"Dropdown" class needs specificity #11

Open
tigerhawkvok opened this issue Feb 9, 2015 · 0 comments
Open

"Dropdown" class needs specificity #11

tigerhawkvok opened this issue Feb 9, 2015 · 0 comments

Comments

@tigerhawkvok
Copy link

As per: https://www.polymer-project.org/docs/elements/paper-elements.html#paper-dropdown-menu

<paper-dropdown-menu label="Your favorite pastry">
    <paper-dropdown class="dropdown">
        <core-menu class="menu">
            <paper-item>Croissant</paper-item>
            <paper-item>Donut</paper-item>
            <paper-item>Financier</paper-item>
            <paper-item>Madeleine</paper-item>
        </core-menu>
    </paper-dropdown>
</paper-dropdown-menu>

Currently, if Bootstrap is installed, at-odds definitions in Bootstrap and the requirement of the "Dropdown" class create conflicts. In particular, Bootstrap overrides the position: absolute.

Even doubling up the definition of html /deep/ paper-dropdown to html /deep/ paper-dropdown, html /deep/ paper-dropdown.dropdown should fix this.

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

No branches or pull requests

1 participant