Skip to content

Commit

Permalink
feat(form): added smaller size to tooltip text when in a form item (#410
Browse files Browse the repository at this point in the history
)

* feat(form): added smaller size to tooltip text when in form

* fix(global): added deprecation message declaration:
  • Loading branch information
marijohannessen authored and tw15egan committed Nov 8, 2017
1 parent 6d31a25 commit 72de2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
margin-bottom: rem(10px);
}

.bx--label .bx--tooltip__trigger {
@include typescale('zeta');
}

.bx--label--disabled {
opacity: 0.5;
}
Expand Down
1 change: 1 addition & 0 deletions src/globals/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ $deprecations--message: 'Deprecated code was found, this code will be removed be
// Cycle through all the deprecation reasons, if any exist, that have been
// accumulated through the @import process.
@if (length($deprecations--reasons) > 0) {
$deprecations--message: '';
@each $reason in $deprecations--reasons {
$deprecations--message: '#{$deprecations--message}
REASON: #{$reason}';
Expand Down

0 comments on commit 72de2f1

Please sign in to comment.