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

Remove excessive -fx-font-smoothing-type settings in caspian.css

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.1
    • fx2.1
    • javafx

      Now that .text works, all references to -fx-font-smoothing-type can be replaced by a single setting on .text. For example, rather than the following:
      .menu-button Text {
          -fx-font-smoothing-type: lcd;
      }

      we should simply do:
      .text {
          -fx-font-smoothing-type: lcd;
      }

            jgiles Jonathan Giles
            jgiles Jonathan Giles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: