is there a way to add gradient color in CSS :: selection?
if i use something like this:
::selection { background-image: -webkit-linear-gradient(left, #ee4037 0%, #eb297b 100%); }
he does not work...
No.
Per mdn
In the rule, you can use only a small subset of CSS properties using :: selection in your selector: color, background color, cursor, outline, text design, color accent text and text shadow. Note that, in particular, the background image is ignored, like any other property.
Source: https://habr.com/ru/post/1236915/More articles:unsafe casting in F # with zero copy semantics - f #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1236911/graphhopper-loading-multiple-osm-files-to-self-hosted-server&usg=ALkJrhh5EFDL9owmp1L5tLJrtjlNnIYTzgGet an unsafe pointer to a KeyValuePair array in C # - c #Billing details submitted from the backend service to the API or BAM manager - wso2The application shows a "support wallet" in the application store, even if the wallet is disabled in features - iosDelete a variable in awk - variablesMixed code (native, managed): how does it (technically) interact? - javaDeleting some lines according to a small complex state - bashFlexbox: Align between bottom and center? - htmlWhat is the most Pythonic filtering method of a kit? - pythonAll Articles