static: remove backdrop's overlay colour

This commit is contained in:
Jens Langhammer 2020-11-22 20:33:04 +01:00
parent fcf763ed3e
commit 8934a0d4f0
4 changed files with 4 additions and 2 deletions

View File

@ -412,6 +412,7 @@ _LOGGING_HANDLER_MAP = {
"daphne": "WARNING",
"dbbackup": "ERROR",
"kubernetes": "INFO",
"asyncio": "WARNING",
}
for handler_name, level in _LOGGING_HANDLER_MAP.items():
# pyright: reportGeneralTypeIssues=false

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@ export class SiteShell extends LitElement {
css`
:host {
position: relative;
--pf-global--BackgroundColor--dark-transparent-100: rgba(0,0,0,0);
}
:host .pf-l-bullseye {
position: absolute;