-
Notifications
You must be signed in to change notification settings - Fork 12
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
Buttons on a toolbar have an ugly border selection box #32
Comments
This also happens when not using Aurelia and the bridge. Try using <mdc-toolbar-section end="true">
<a href="#" class="mdc-toolbar__icon material-icons" mdc-ripple>arrow_downward</a>
<button class="mdc-toolbar__icon"><i class="material-icons" mdc-ripple>arrow_upward</i></button>
<span class="mdc-toolbar__icon material-icons" mdc-ripple>delete</span>
</mdc-toolbar-section> |
Hmmm... I made a gist and can not see the border selection box.. The gist is using bundled |
A new project with bundled But the document in bridge project does. strange... |
We're using |
I'm finally on the latest aurelia-mdc-bridge and I'm still seeing the issue. Even weirder, the border color changed. |
The border box button seems to also be in the toolbar.
Result: selection border around the button
The text was updated successfully, but these errors were encountered: