Skip to content

Button in toolbar doesn't look disabled even when it is #1950

Open
@DarthGandalf

Description

@DarthGandalf

Steps to reproduce

<md-toolbar class="md-primary">
  <md-button class="md-icon-button" :disabled="true">
    <md-icon>done</md-icon>
  </md-button>
</md-toolbar>

Which browser?

Tested on Firefox 62 and Chromium 69.
Vue 2.5.17, Vue-material 1.0.0-beta-10.2

What is expected?

The button should be gray

What is actually happening?

The button is white

Reproduction Link

https://codesandbox.io/s/q7qqr98ryj

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions