Commit 58bd879f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Icons with arrows for aliases and alternateClassNames.

parent 6edb475d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ module JsDuck
        :cls => alias_display_name(key)+": "+name,
        :member => name,
        :type => :class,
        :icon => cls.icon,
        :icon => cls.icon + "-redirect",
        :id => cls.full_name,
        :meta => cls[:meta],
        :sort => 0,
@@ -67,7 +67,7 @@ module JsDuck
        :cls => name,
        :member => Class.short_name(name),
        :type => :class,
        :icon => cls.icon,
        :icon => cls.icon + "-redirect",
        :id => cls.full_name,
        :meta => cls[:meta],
        :sort => 2,
+2.3 KiB (11.7 KiB)
Loading image diff...
+7 −1
Original line number Diff line number Diff line
@@ -75,7 +75,13 @@
  .icon-css_var {
    background: url(../images/icons.png) no-repeat 0 -480px; }
  .icon-css_mixin {
    background: url(../images/icons.png) no-repeat 0 -520px; } }
    background: url(../images/icons.png) no-repeat 0 -520px; }
  .icon-class-redirect {
    background: url(../images/icons.png) no-repeat 0 -560px; }
  .icon-singleton-redirect {
    background: url(../images/icons.png) no-repeat 0 -600px; }
  .icon-component-redirect {
    background: url(../images/icons.png) no-repeat 0 -640px; } }

@mixin gray-h4 {
  h4 {