[
https://issues.apache.org/jira/browse/NETBEANS-4966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomáš Procházka closed NETBEANS-4966.
-------------------------------------
> 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 2
> Linux Ubuntu 20.04.1
> Reporter: Jack J. Woehr
> Priority: Minor
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists