Fix bug where help_text covers controls for stream-field

pull/3260/head
Stein Strindhaug 2016-11-17 13:56:13 +01:00 zatwierdzone przez Matt Westcott
rodzic 39cb87507d
commit b7b079eaf8
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -408,9 +408,13 @@ footer .preview {
}
&.stream-field {
&:hover .object-help,
.object-help {
opacity: 0;
position: relative;
}
&:hover .object-help {
opacity: 1;
}
}