Skip to content

Commit

Permalink
fix(popup): box shadow should follow the same logic from default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 4, 2022
1 parent 9119d0b commit 1982304
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/bootstrap/scss/popup/_theme.scss
@@ -1,10 +1 @@
@import "~@progress/kendo-theme-default/scss/popup/_theme.scss";

@include exports( "popup/theme/bootstrap" ) {

.k-animation-container-shown,
.k-animation-container > .k-popup {
@include box-shadow( none );
}

}

0 comments on commit 1982304

Please sign in to comment.