You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
But the link is only in the anchor, and does not fill all the tab. This works if the anchor is directly a child of paper-tab. Is there any solution to this?
Expected outcome
Link fills all paper-tab.
Actual outcome
Link is only in anchor element.
Live Demo
Steps to reproduce
Put a custom-element with an anchor inside a paper-tab.
Click the paper-tab element.
Click the anchor element.
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I have the following structure in my paper-tabs:
But the link is only in the anchor, and does not fill all the tab. This works if the anchor is directly a child of
paper-tab
. Is there any solution to this?Expected outcome
Link fills all
paper-tab
.Actual outcome
Link is only in anchor element.
Live Demo
Steps to reproduce
custom-element
with an anchor inside apaper-tab
.paper-tab
element.Browsers Affected
The text was updated successfully, but these errors were encountered: