@operato/popup
Advanced tools
Comparing version 7.0.20 to 7.0.24
@@ -94,2 +94,3 @@ import { __decorate } from "tslib"; | ||
background-color: var(--ox-popup-list-background-color, var(--md-sys-color-surface-container-lowest)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
z-index: 100; | ||
@@ -100,3 +101,2 @@ box-shadow: 2px 3px 10px 5px rgba(0, 0, 0, 0.15); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
font-size: var(--md-sys-typescale-label-large-size, 0.875rem); | ||
@@ -103,0 +103,0 @@ font: |
@@ -84,2 +84,3 @@ import { __decorate } from "tslib"; | ||
background-color: var(--ox-popup-menu-background-color, var(--md-sys-color-surface)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
z-index: 100; | ||
@@ -90,3 +91,2 @@ box-shadow: 2px 3px 10px 5px rgba(0, 0, 0, 0.15); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
font-size: var(--md-sys-typescale-label-large-size, 0.875rem); | ||
@@ -93,0 +93,0 @@ } |
@@ -77,3 +77,3 @@ import { __decorate } from "tslib"; | ||
background-color: var(--ox-popup-list-background-color, var(--md-sys-color-surface)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
margin: 0; | ||
@@ -80,0 +80,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "7.0.20", | ||
"version": "7.0.24", | ||
"main": "dist/src/index.js", | ||
@@ -104,3 +104,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "54ba3a56753908184f15ad1287e34b89491ffa00" | ||
"gitHead": "b18bdb5ae2dd312ffba5c835f82026dbc85fad39" | ||
} |
@@ -39,2 +39,3 @@ import '@material/web/icon/icon.js' | ||
background-color: var(--ox-popup-list-background-color, var(--md-sys-color-surface-container-lowest)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
z-index: 100; | ||
@@ -45,3 +46,2 @@ box-shadow: 2px 3px 10px 5px rgba(0, 0, 0, 0.15); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
font-size: var(--md-sys-typescale-label-large-size, 0.875rem); | ||
@@ -48,0 +48,0 @@ font: |
@@ -31,2 +31,3 @@ import { css, html, PropertyValues } from 'lit' | ||
background-color: var(--ox-popup-menu-background-color, var(--md-sys-color-surface)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
z-index: 100; | ||
@@ -37,3 +38,2 @@ box-shadow: 2px 3px 10px 5px rgba(0, 0, 0, 0.15); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
font-size: var(--md-sys-typescale-label-large-size, 0.875rem); | ||
@@ -40,0 +40,0 @@ } |
@@ -38,3 +38,3 @@ import { css, html, LitElement } from 'lit' | ||
background-color: var(--ox-popup-list-background-color, var(--md-sys-color-surface)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-primary-container)); | ||
color: var(--ox-popup-list-color, var(--md-sys-color-on-surface)); | ||
margin: 0; | ||
@@ -41,0 +41,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
Sorry, the diff of this file is not supported yet
631506