mik-laj commented on a change in pull request #4787: [AIRFLOW-3967] Extract
Jinja directive from Javascript
URL: https://github.com/apache/airflow/pull/4787#discussion_r265940809
##########
File path: airflow/www/static/css/main.css
##########
@@ -269,3 +269,10 @@ div.square {
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.s1 { color: #BA2121 } /* Literal.String.Single */
+
+.highlight--demo-mode .s,
Review comment:
The previous implementation did not blur any string. Probably it was
adapted to the old version of Pygments. Look at the style code for pygments a
few lines above. I note that styles s1 and s2 are at bottom, so they were
probably added later. The current version blurs the text in each case.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services