3
0

Fix compose tests due to stylelint

This commit is contained in:
Jože Fortun 2024-03-11 17:15:14 +01:00
parent bd8701ab7f
commit a505e3d8e5

View File

@ -270,7 +270,7 @@ $content-height: 48px;
$blank-li-height: 10px;
$left-padding: 5px;
$border-color: var(--light);
$hover-color: var(--gray-200);
$hover-color: var(--light);
$dropping-color: var(--secondary);
.page-name-input {
@ -288,8 +288,16 @@ $dropping-color: var(--secondary);
min-height: $content-height !important;
line-height: $content-height !important;
.actions {
display: none;
}
&:hover {
background: $hover-color;
background-color: $hover-color !important;
.actions {
display: block;
}
}
}
}
@ -326,20 +334,6 @@ $dropping-color: var(--secondary);
height: $content-height !important;
top: calc($content-height / -2) !important;
}
.content {
.actions {
display: none;
}
&:hover {
background: var(--light) !important;
.actions {
display: block;
}
}
}
}
.parent-li {