|
@@ -525,8 +525,7 @@ li.inline:first-child {
|
|
|
top: 0;
|
|
|
}
|
|
|
|
|
|
- li.model_choice_field,
|
|
|
- li.char_field {
|
|
|
+ .field:not(.block_field) {
|
|
|
&:hover {
|
|
|
.field-comment-control button {
|
|
|
opacity: 1;
|
|
@@ -535,6 +534,15 @@ li.inline:first-child {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .object {
|
|
|
+ &:hover {
|
|
|
+ .field-comment-control--object button {
|
|
|
+ opacity: 1;
|
|
|
+ pointer-events: initial;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.object.model_choice_field {
|
|
|
.object-help {
|
|
|
right: 153px;
|