Layers:Review:Only one selector per line
This commit is contained in:
parent
82dda463a8
commit
bcf34e6e55
1 changed files with 8 additions and 6 deletions
|
@ -145,7 +145,8 @@ body {
|
|||
}
|
||||
|
||||
|
||||
.canvas.canvas-overlay, .canvas.layers-canvas {
|
||||
.canvas.canvas-overlay,
|
||||
.canvas.layers-canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -224,7 +225,8 @@ body {
|
|||
background : #222;
|
||||
}
|
||||
|
||||
.current-layer-item, .current-layer-item:hover {
|
||||
.current-layer-item,
|
||||
.current-layer-item:hover {
|
||||
background : #333;
|
||||
color: gold;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue