• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.6.0, 1.5.3
    • 1.6.0
    • None
    • 4.3 M6

      There 2 icons for shared image link and no space between image and label.

          [FRONTEDIT-130] Icons problem on Shared image link

          Indeed, we have to roleback your change and add a CSS rule...

          Raphaël Franchet added a comment - Indeed, we have to roleback your change and add a CSS rule...

          Loïc Bouchet added a comment - - edited

          It misses some css to handle decorator for the menu item. Something like this example :

          .x-menu-item .x-menu-item-icon:after {
              ...
              position: absolute;
              bottom: -4px;
              left: 6px;
              font-size: 8px;
              width: 12px;
              height: 12px;
              line-height: 12px;
              border-radius: 12px;
              ...
          }
          

          Loïc Bouchet added a comment - - edited It misses some css to handle decorator for the menu item. Something like this example : .x-menu-item .x-menu-item-icon:after { ... position: absolute; bottom: -4px; left: 6px; font-size: 8px; width: 12px; height: 12px; line-height: 12px; border-radius: 12px; ... }

          The fix was not the expected fix

          Laurence Aumeunier added a comment - The fix was not the expected fix

            Unassigned Unassigned
            dcartier David Cartier-Michaud
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: