1140, Update the color for repo input field tooltip error

This commit is contained in:
Ahmed Ejaz 2023-08-31 16:26:39 +05:00
parent 0987bb0156
commit c799401f26
2 changed files with 2 additions and 1 deletions

View File

@ -497,6 +497,7 @@ strong {
color: #0d648a;
}
.tooltip--error:after,
.tooltip--limitations:after{
background-color: #f4d9d8;
border-color: #c6403d;

View File

@ -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: =>