Commit 8caa7631 authored by dzhioev's avatar dzhioev Committed by Commit bot

Don't show pointer cursor over an icon button if it is disabled.

BUG=487849
TEST=manually

Review URL: https://codereview.chromium.org/1142253002

Cr-Commit-Position: refs/heads/master@{#330627}
parent ad1b429e
......@@ -29,3 +29,7 @@
opacity: 1.0;
}
:host([disabled]) {
cursor: default;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment