From c799401f26f2208d79c1c21e32248789606f372e Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Thu, 31 Aug 2023 16:26:39 +0500 Subject: [PATCH] 1140, Update the color for repo input field tooltip error --- assets/css/application.scss | 1 + assets/js/app.coffee | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index 9594b89..1e4c508 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -497,6 +497,7 @@ strong { color: #0d648a; } +.tooltip--error:after, .tooltip--limitations:after{ background-color: #f4d9d8; border-color: #c6403d; diff --git a/assets/js/app.coffee b/assets/js/app.coffee index ce2b05e..9d472a2 100644 --- a/assets/js/app.coffee +++ b/assets/js/app.coffee @@ -79,7 +79,7 @@ class LicenseSuggestion @bindEventHandlers() inputWraper: $('.input-wrapper') - tooltipErrorClasses: 'hint--bottom hint--error hint--always' + tooltipErrorClasses: 'hint--bottom tooltip--error hint--always' # Main event handlers for user input bindEventHandlers: =>