From 62f6ba59edc0722d474f80689c50f7f6babfd207 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Thu, 31 Aug 2023 16:30:46 +0500 Subject: [PATCH] 1140, update the tooltip arrow color for the repo input field --- assets/css/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index 1e4c508..b8d4f7b 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -481,6 +481,7 @@ strong { border-bottom-color: #0d648a; } +.tooltip--error.hint--bottom:before, .tooltip--limitations.hint--bottom:before{ border-bottom-color: #812a28; }