mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
1140, Update the color for repo input field tooltip error
This commit is contained in:
parent
0987bb0156
commit
c799401f26
@ -497,6 +497,7 @@ strong {
|
|||||||
color: #0d648a;
|
color: #0d648a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip--error:after,
|
||||||
.tooltip--limitations:after{
|
.tooltip--limitations:after{
|
||||||
background-color: #f4d9d8;
|
background-color: #f4d9d8;
|
||||||
border-color: #c6403d;
|
border-color: #c6403d;
|
||||||
|
@ -79,7 +79,7 @@ class LicenseSuggestion
|
|||||||
@bindEventHandlers()
|
@bindEventHandlers()
|
||||||
|
|
||||||
inputWraper: $('.input-wrapper')
|
inputWraper: $('.input-wrapper')
|
||||||
tooltipErrorClasses: 'hint--bottom hint--error hint--always'
|
tooltipErrorClasses: 'hint--bottom tooltip--error hint--always'
|
||||||
|
|
||||||
# Main event handlers for user input
|
# Main event handlers for user input
|
||||||
bindEventHandlers: =>
|
bindEventHandlers: =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user