[Frontend] Hiding filter input in autoflow element when in Layout

open #425
(cherry picked from commit 119613e)
This commit is contained in:
Charles Hacskaylo
2015-12-17 14:10:20 -08:00
parent 451157b653
commit e7a41061c6
3 changed files with 16 additions and 0 deletions

View File

@@ -126,4 +126,12 @@
}
}
}
}
.frame {
&.child-frame.panel {
.autoflow .l-autoflow-header .l-filter {
display: none;
}
}
}