Re: [PR] Allow override of hovered navbar colors [airflow]

2024-01-13 Thread via GitHub
eladkal merged PR #36631: URL: https://github.com/apache/airflow/pull/36631 -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.

Re: [PR] Allow override of hovered navbar colors [airflow]

2024-01-08 Thread via GitHub
ncrocfer commented on PR #36631: URL: https://github.com/apache/airflow/pull/36631#issuecomment-1881831921 The new `navbar_logo_text_color` setting (please tell me if you prefer another slug) now allows the customization of the logo text color: ``` navbar_logo_text_color = #d7cece

Re: [PR] Allow override of hovered navbar colors [airflow]

2024-01-08 Thread via GitHub
ncrocfer commented on PR #36631: URL: https://github.com/apache/airflow/pull/36631#issuecomment-1881790076 Indeed this is a good idea to allow the users to customize it too. I check to append a new commit to this PR if you want. -- This is an automated message from the Apache Git Service.

Re: [PR] Allow override of hovered navbar colors [airflow]

2024-01-06 Thread via GitHub
hussein-awala commented on code in PR #36631: URL: https://github.com/apache/airflow/pull/36631#discussion_r1443798299 ## airflow/config_templates/config.yml: ## @@ -1633,6 +1633,20 @@ webserver: type: string example: ~ default: "#51504f" +navbar_hover_c

[PR] Allow override of hovered navbar colors [airflow]

2024-01-06 Thread via GitHub
ncrocfer opened a new pull request, #36631: URL: https://github.com/apache/airflow/pull/36631 This PR is a follow up of the #35505 and #35553 ones to customize the navbar color. When we hover the links with dark colors we can have this behavior with the background col