Cédric Krier pushed to branch branch/default at Tryton / Website


Commits:
84e46a06 by Cédric Krier at 2023-03-14T00:28:48+01:00
Disable user select on meta of highlight
- - - - -


1 changed file:

- sass/highlight/default.css


Changes:

=====================================
sass/highlight/default.css
=====================================
@@ -81,6 +81,8 @@
 
 .hljs-meta {
   color: #1f7199;
+  user-select: none;
+  pointer-events: none;
 }
 
 .hljs-meta-string {



View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/commit/84e46a065c265c4af8ac263d38493b6061941058

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/website/-/commit/84e46a065c265c4af8ac263d38493b6061941058
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to