@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.2.6 to 2.2.7
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"main": "vaadin-checkbox.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -113,3 +113,3 @@ /** | ||
static get version() { | ||
return '2.2.6'; | ||
return '2.2.7'; | ||
} | ||
@@ -116,0 +116,0 @@ |
@@ -32,2 +32,7 @@ import '@vaadin/vaadin-lumo-styles/mixins/required-field.js'; | ||
} | ||
:host([disabled]) [part="label"] { | ||
color: var(--lumo-disabled-text-color); | ||
-webkit-text-fill-color: var(--lumo-disabled-text-color); | ||
} | ||
</style> | ||
@@ -34,0 +39,0 @@ </template> |
44826
886