resolve spacing issues with block list inline editor when it is the last property editor on the current tab

(cherry picked from commit 9a638b6edc)
This commit is contained in:
Mark Drake
2023-04-14 00:50:39 -04:00
committed by Sebastiaan Janssen
parent 07a45d02f9
commit 539640f995
2 changed files with 5 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ h6.-black {
}
}
umb-property:last-of-type .umb-control-group {
umb-property:last-of-type > .umb-property > ng-form > .umb-control-group {
&::after {
margin-top: 0px;
height: 0;

View File

@@ -6,6 +6,10 @@
border-radius: @baseBorderRadius;
transition: border-color 120ms, background-color 120ms;
.umb-box {
margin-bottom: 0;
}
.umb-block-list__block:not(.--active) &:hover {
border-color: @gray-8;
}