Commit 6e4965a3 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix hiding of CSS Variables/Mixins sections titles.

parent 7a1ce8d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ Ext.define('Docs.view.cls.Overview', {
            Ext.get(m).removeCls('first-child');
        });

        Ext.Array.forEach(['cfg', 'property', 'method', 'event'], function(type) {
        Ext.Array.forEach(['cfg', 'property', 'method', 'event', 'css_var', 'css_mixin'], function(type) {
            var sectionId = '#m-' + type;

            // Hide the section completely if all items in it are hidden