Improve EmailStatusView to show expanded indicator
This commit is contained in:
@@ -220,6 +220,14 @@ tr:hover .table-actions {
|
||||
color: var(--pankow-color-primary-hover);
|
||||
}
|
||||
|
||||
.collapse {
|
||||
transition: transform 200ms linear;
|
||||
}
|
||||
|
||||
.collapse.expanded {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
fieldset > * {
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user