scss: mark cell picture as clickable on foldable cells (#32357)

This commit is contained in:
Frédéric Péters 2019-04-16 08:58:02 +02:00
parent b0f895d777
commit dd8d9b3e39
1 changed files with 5 additions and 0 deletions

View File

@ -272,6 +272,11 @@ div.wcscurrentformscell ul {
border-radius: 0;
}
}
&.foldable {
> div > picture {
cursor: pointer;
}
}
}
}