feng-tao commented on a change in pull request #3795: [AIRFLOW-2949] Add syntax
highlight for single quote strings
URL: https://github.com/apache/incubator-airflow/pull/3795#discussion_r212443447
##########
File path: airflow/www/static/main.css
##########
@@ -262,3 +262,4 @@ div.square {
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
+.s1 { color: #BA2121 } /* Literal.String.Single */
Review comment:
Given we are about to retire old UI, do you want to modify the new rbac
UI(www_rbac). FYI, the new UI is managed by npm, so I assume you need to modify
the npm package?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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