Fixing active state of panels in DE
parent
9bb29701e4
commit
f8d2268f05
|
@ -13,13 +13,12 @@
|
|||
// For when an panel item is open
|
||||
&.active {
|
||||
background-color: $g4-onyx;
|
||||
.panel__header {
|
||||
&-name {
|
||||
color: $g20-white;
|
||||
|
||||
.icon {
|
||||
transform: translateY(-50%) rotate(90deg);
|
||||
}
|
||||
.panel--name {
|
||||
color: $g20-white;
|
||||
|
||||
.icon {
|
||||
transform: translateY(-50%) rotate(90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue