You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jack J. Woehr (Jira)" <ji...@apache.org> on 2020/10/28 21:04:00 UTC

[jira] [Created] (NETBEANS-4966) CSS user-select unknown property

Jack J. Woehr created NETBEANS-4966:
---------------------------------------

             Summary: CSS user-select unknown property
                 Key: NETBEANS-4966
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4966
             Project: NetBeans
          Issue Type: Improvement
          Components: web - CSS Editor
    Affects Versions: 12.2
         Environment: NB 12.2 beta
Linux Ubuntu 20.04.1
            Reporter: Jack J. Woehr


CSS Editor flags
{noformat}
user-select{noformat}
as unknown property in the following example: 
  
{code:css}
.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;
}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists