Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8122651

A line in Modena css isn't doing anything

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 8
    • javafx

      The following line in the "Context Menu" section isn't doing anything:

      .context-menu > .separator {
          -fx-padding: 0.0em 0.333333em 0.0em 0.333333em; /* 0 4 0 4 */
      }

      Because separator isn't a direct child of ".context-menu":
      ContextMenu
      -> Pane
         -> CSSBridge
            -> ContextMenuContent
               -> MenuBox
                  -> Separator

      This is especially relevant since developers look up to Modena.css for guidance.

            jgiles Jonathan Giles
            pdvieira Pedro Vieira
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: