Skip to content

Commit

Permalink
Merge branch 'master' into 6592-update-codesnippet-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakahn authored Aug 20, 2020
2 parents 4c044b8 + c009a40 commit 3ce6c12
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -19920,6 +19920,16 @@ Modal styles
margin: 0 2px 2px;
}

@media screen and (-ms-high-contrast: active) {
.#{$prefix}--modal-scroll-content > *:last-child {
padding-bottom: 0;
}

.#{$prefix}--modal-content--overflow-indicator {
display: none;
}
}

.#{$prefix}--modal-footer {
display: flex;

Expand Down
10 changes: 10 additions & 0 deletions packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@
margin: 0 2px 2px;
}

@media screen and (-ms-high-contrast: active) {
.#{$prefix}--modal-scroll-content > *:last-child {
padding-bottom: 0;
}

.#{$prefix}--modal-content--overflow-indicator {
display: none;
}
}

.#{$prefix}--modal-footer {
display: flex;

Expand Down

0 comments on commit 3ce6c12

Please sign in to comment.