Remove unused CSS for active viewport styles
This commit is contained in:
@@ -753,11 +753,6 @@ button:disabled {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.viewport-panel--active {
|
||||
border-color: rgba(207, 123, 66, 0.58);
|
||||
box-shadow: 0 0 0 1px rgba(207, 123, 66, 0.18), var(--shadow-panel);
|
||||
}
|
||||
|
||||
.viewport-panel__header {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
@@ -883,10 +878,6 @@ button:disabled {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.viewport-canvas--active {
|
||||
box-shadow: inset 0 0 0 1px rgba(207, 123, 66, 0.24);
|
||||
}
|
||||
|
||||
.runner-canvas {
|
||||
flex: 1 1 auto;
|
||||
cursor: grab;
|
||||
|
||||
Reference in New Issue
Block a user