Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-4966

CSS user-select unknown property

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 12.2
    • None
    • web - CSS Editor
    • None
    • NB 12.2 beta 2
      Linux Ubuntu 20.04.1

    Description

      CSS Editor flags

      user-select

      as unknown property in the following example: 
       

      .prev, .next { 
          cursor: pointer;
          position: absolute;
          top: 40%;
          width: auto;
          padding: 16px;
          color: white;
          font-weight: bold;
          font-size: 18px;
          transition: 0.7s ease;
          border-radius: 0 4px 4px 0;
          text-decoration: none;
          user-select: none;
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jwoehr Jack J. Woehr
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: