@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 24.7.0-alpha6 to 24.7.0-alpha7
@@ -50,3 +50,3 @@ /** | ||
/* Hover */ | ||
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after { | ||
:host(:hover:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after { | ||
opacity: var(--vaadin-input-field-hover-highlight-opacity, 0.1); | ||
@@ -57,7 +57,7 @@ } | ||
@media (pointer: coarse) { | ||
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after { | ||
:host(:hover:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after { | ||
opacity: 0; | ||
} | ||
:host(:active:not([readonly]):not([focused])) [part='input-field']::after { | ||
:host(:active:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after { | ||
opacity: 0.2; | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "24.7.0-alpha6", | ||
"version": "24.7.0-alpha7", | ||
"publishConfig": { | ||
@@ -44,5 +44,5 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.7.0-alpha6", | ||
"@vaadin/icon": "24.7.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha6" | ||
"@vaadin/component-base": "24.7.0-alpha7", | ||
"@vaadin/icon": "24.7.0-alpha7", | ||
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha7" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6255a512997a648da91fed37de4d5000809eaebf" | ||
"gitHead": "5f48d7024caa02773aff3aa53091326a42d1eeb1" | ||
} |
194186
+ Added@vaadin/component-base@24.7.0-alpha7(transitive)
+ Added@vaadin/icon@24.7.0-alpha7(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.7.0-alpha7(transitive)
- Removed@vaadin/component-base@24.7.0-alpha6(transitive)
- Removed@vaadin/icon@24.7.0-alpha6(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.7.0-alpha6(transitive)
Updated@vaadin/icon@24.7.0-alpha7