File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -782,6 +782,14 @@ $tooltip-arrow-width: .8rem !default;
782
782
$tooltip-arrow-height : .4rem !default ;
783
783
$tooltip-arrow-color : $tooltip-bg !default ;
784
784
785
+ // Form tooltips must come after regular tooltips
786
+ $form-feedback-tooltip-padding-y : $tooltip-padding-y !default ;
787
+ $form-feedback-tooltip-padding-x : $tooltip-padding-x !default ;
788
+ $form-feedback-tooltip-font-size : $tooltip-font-size !default ;
789
+ $form-feedback-tooltip-line-height : $line-height-base !default ;
790
+ $form-feedback-tooltip-opacity : $tooltip-opacity !default ;
791
+ $form-feedback-tooltip-border-radius : $tooltip-border-radius !default ;
792
+
785
793
786
794
// Popovers
787
795
Original file line number Diff line number Diff line change 41
41
z-index : 5 ;
42
42
display : none ;
43
43
max-width : 100% ; // Contain to parent when possible
44
- padding : $tooltip-padding-y $tooltip-padding-x ;
44
+ padding : $form-feedback- tooltip-padding-y $form-feedback- tooltip-padding-x ;
45
45
margin-top : .1rem ;
46
- font-size : $tooltip-font-size ;
47
- line-height : $line-height-base ;
46
+ font-size : $form-feedback- tooltip-font-size ;
47
+ line-height : $form-feedback-tooltip- line-height ;
48
48
color : color-yiq ($color );
49
- background-color : rgba ($color , $tooltip-opacity );
50
- @include border-radius ($tooltip-border-radius );
49
+ background-color : rgba ($color , $form-feedback- tooltip-opacity );
50
+ @include border-radius ($form-feedback- tooltip-border-radius );
51
51
}
52
52
53
53
.form-control {
You can’t perform that action at this time.
0 commit comments