remove list style when sorting + add placeholder styling for tabs
This commit is contained in:
@@ -88,6 +88,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.umb-group-builder__tab-sortable {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.umb-group-builder__tab-sortable-placeholder {
|
||||
background: transparent;
|
||||
border: 1px dashed @gray-8;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.umb-group-builder__tab-remove {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
@@ -321,6 +332,10 @@ input.umb-group-builder__group-title-input:disabled:hover {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.umb-group-builder__property-sortable {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.umb-group-builder__property.-inherited {
|
||||
animation: fadeIn 0.5s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user