static: remove backdrop's overlay colour
This commit is contained in:
parent
fcf763ed3e
commit
8934a0d4f0
|
@ -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
|
@ -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;
|
||||
|
|
Reference in New Issue