fix(core): update
This commit is contained in:
parent
f21a20b652
commit
57bc2b76bc
@ -13,6 +13,7 @@ export class WccFrame extends DeesElement {
|
|||||||
:host {
|
:host {
|
||||||
border: 10px solid #ffaeaf;
|
border: 10px solid #ffaeaf;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
background: ${this.goBright ? '#333': '#000'};
|
||||||
left: 200px;
|
left: 200px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -62,6 +62,7 @@ export class WccProperties extends LitElement {
|
|||||||
}
|
}
|
||||||
.viewportSelector,
|
.viewportSelector,
|
||||||
.themeSelector {
|
.themeSelector {
|
||||||
|
user-select: none;
|
||||||
border-right: 1px solid #999;
|
border-right: 1px solid #999;
|
||||||
}
|
}
|
||||||
.selectorButtons2 {
|
.selectorButtons2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user