Always collapses delete button in skin editor.
This commit is contained in:
@@ -117,14 +117,6 @@ input {
|
|||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:only-child {
|
|
||||||
height: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn.t-inline:only-child {
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.t-node:hover > .btn {
|
.t-node:hover > .btn {
|
||||||
transition: 0.25s;
|
transition: 0.25s;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -138,6 +130,14 @@ input {
|
|||||||
border: solid 1px green;
|
border: solid 1px green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-add:only-child {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-add.t-inline:only-child {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.mode-hide-add .btn-add {
|
.mode-hide-add .btn-add {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user