Commit a55842b1 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add css_vars and css_mixins menus to toolbar.

For now using subclass icon for both.
parent b45a2740
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,7 +55,9 @@ Ext.define('Docs.view.cls.Toolbar', {
            cfg: "Configs",
            property: "Properties",
            method: "Methods",
            event: "Events"
            event: "Events",
            css_var: "CSS Vars",
            css_mixin: "CSS Mixins"
        };
        for (var type in memberTitles) {
            var members = this.docClass.members[type];
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
    background: url(../images/icons.png) no-repeat 0 -40px; }
  .icon-singleton {
    background: url(../images/icons.png) no-repeat 0 -80px; }
  .icon-subclass {
  .icon-subclass, .icon-css_var, .icon-css_mixin {
    background: url(../images/icons.png) no-repeat 0 -120px; }
  .icon-component {
    background: url(../images/icons.png) no-repeat 0 -160px; }