Skip to content

Commit

Permalink
Update validation tooltips to use tooltip vars (#26887)
Browse files Browse the repository at this point in the history
Updates the properties and values for which we have existing variables to match our tooltips. Come 4.2, we'll create new tooltips for these.
  • Loading branch information
mdo committed Jul 20, 2018
1 parent 28b9bc0 commit 4693672
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
z-index: 5;
display: none;
max-width: 100%; // Contain to parent when possible
padding: .5rem;
padding: $tooltip-padding-y $tooltip-padding-x;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: $white;
background-color: rgba($color, .8);
border-radius: .2rem;
font-size: $tooltip-font-size;
line-height: $line-height-base;
color: color-yiq($color);
background-color: rgba($color, $tooltip-opacity);
@include border-radius($tooltip-border-radius);
}

.form-control,
Expand Down

0 comments on commit 4693672

Please sign in to comment.