googlearchive / core-toolbar

Basic toolbar
7 stars 10 forks source link

Disabled buttons inside toolbar #16

Closed rodrigorm closed 9 years ago

rodrigorm commented 9 years ago

If is use this structure:

<core-toolbar>
    <div flex></div>
    <paper-icon-button disabled icon="refresh"></paper-icon-button>                                                        
</core-toolbar>

The paper-icon-button still receive pointer events because of this: https://github.com/Polymer/core-toolbar/blob/master/core-toolbar.css#L93

rodrigorm commented 9 years ago

Sorry, im using 0.4.2 version and after created the issue I see the correct code on master.