You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/29 14:29:24 UTC

[GitHub] tzulberti-jampp commented on a change in pull request #3795: [AIRFLOW-2949] Add syntax highlight for single quote strings

tzulberti-jampp 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_r213700702
 
 

 ##########
 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:
   On the last commit, I added to the main.css inside the wwr_rbac. I am still missing something?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services