Action Dropdown: make sure that the action-icon is white

This commit is contained in:
Felix Niklas 2018-04-12 11:02:59 +02:00
parent 3d93443b01
commit 88e53e18da

View file

@ -6621,6 +6621,10 @@ footer {
flex: 1;
padding: 0 18px;
}
.icon {
fill: currentColor;
}
}
.dropdown.dropdown--wide {