Fixing active state of panels in DE

pull/698/head
Alex P 2016-12-15 11:54:42 -08:00
parent 9bb29701e4
commit f8d2268f05
1 changed files with 5 additions and 6 deletions

View File

@ -13,13 +13,12 @@
// For when an panel item is open
&.active {
background-color: $g4-onyx;
.panel__header {
&-name {
color: $g20-white;
.panel--name {
color: $g20-white;
.icon {
transform: translateY(-50%) rotate(90deg);
}
.icon {
transform: translateY(-50%) rotate(90deg);
}
}
}