Bug 1541045 - Drag space checkbox should be grey out when disabled r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D27065

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexander Surkov 2019-04-11 15:38:57 +00:00
parent 55d85d758d
commit 370f7e7bdf

View File

@ -30,6 +30,7 @@ class MozCheckbox extends MozElements.BaseText {
static get inheritedAttributes() {
return {
".checkbox-check": "disabled",
".checkbox-label": "text=label,accesskey",
".checkbox-icon": "src",
};