fix(core): update

This commit is contained in:
Philipp Kunz 2020-12-09 18:35:49 +00:00
parent f21a20b652
commit 57bc2b76bc
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export class WccFrame extends DeesElement {
:host {
border: 10px solid #ffaeaf;
position: absolute;
background: ${this.goBright ? '#333': '#000'};
left: 200px;
right: 0px;
top: 0px;

View File

@ -62,6 +62,7 @@ export class WccProperties extends LitElement {
}
.viewportSelector,
.themeSelector {
user-select: none;
border-right: 1px solid #999;
}
.selectorButtons2 {