@operato/popup
Advanced tools
Comparing version 7.0.58 to 7.0.59
@@ -135,4 +135,4 @@ import { __decorate } from "tslib"; | ||
::slotted([option]:hover) { | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-primary)); | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-surface-variant)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-on-surface-variant)); | ||
} | ||
@@ -139,0 +139,0 @@ |
@@ -125,4 +125,4 @@ import { __decorate } from "tslib"; | ||
::slotted(ox-popup-menuitem:hover) { | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-primary)); | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-surface-variant)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-on-surface-variant)); | ||
} | ||
@@ -129,0 +129,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "7.0.58", | ||
"version": "7.0.59", | ||
"main": "dist/src/index.js", | ||
@@ -66,3 +66,3 @@ "module": "dist/src/index.js", | ||
"@material/web": "^1.5.0", | ||
"@operato/styles": "^7.0.58", | ||
"@operato/styles": "^7.0.59", | ||
"@operato/utils": "^7.0.53", | ||
@@ -105,3 +105,3 @@ "lit": "^3.1.2" | ||
}, | ||
"gitHead": "f6944ef198c07cda096dbc20c9d09c243fea54e2" | ||
"gitHead": "ea0d6364b3183ca8a9219ea22537232be0052745" | ||
} |
@@ -80,4 +80,4 @@ import '@material/web/icon/icon.js' | ||
::slotted([option]:hover) { | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-primary)); | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-surface-variant)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-on-surface-variant)); | ||
} | ||
@@ -84,0 +84,0 @@ |
@@ -72,4 +72,4 @@ import { css, html, PropertyValues } from 'lit' | ||
::slotted(ox-popup-menuitem:hover) { | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-primary)); | ||
background-color: var(--ox-popup-list-background-color-variant, var(--md-sys-color-surface-variant)); | ||
color: var(--ox-popup-list-color-variant, var(--md-sys-color-on-surface-variant)); | ||
} | ||
@@ -76,0 +76,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
646545
Updated@operato/styles@^7.0.59