Change default content background.
This commit is contained in:
parent
49cc0f86a7
commit
6442c38926
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-popup",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "tp-popup.js",
|
||||
"scripts": {
|
||||
|
@ -38,7 +38,7 @@ class TpPopup extends EventHelpers(Position(DomQuery(LitElement))) {
|
||||
#content[open] {
|
||||
pointer-events: all;
|
||||
opacity: 1;
|
||||
background: var(--tp-popup-background, #F5F5F5);
|
||||
background: var(--tp-popup-background, transparent);
|
||||
}
|
||||
|
||||
#content .content-wrap {
|
||||
|
Loading…
Reference in New Issue
Block a user