Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 22, 2021
1 parent 01e2e1e commit 7133b68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -23197,6 +23197,12 @@ Inline notification styles
@include carbon--breakpoint(max) {
max-width: rem(832px);
}

// Firefox HCM fix
@media screen and (prefers-contrast) {
outline-width: 1px;
outline-style: solid;
}
}

.#{$prefix}--inline-notification:not(.#{$prefix}--inline-notification--low-contrast)
Expand Down Expand Up @@ -23584,6 +23590,12 @@ Toast notification styles
@include carbon--breakpoint(max) {
width: rem(352px);
}

// Firefox HCM fix
@media screen and (prefers-contrast) {
outline-width: 1px;
outline-style: solid;
}
}

.#{$prefix}--toast-notification:not(.#{$prefix}--toast-notification--low-contrast)
Expand Down

0 comments on commit 7133b68

Please sign in to comment.