Skip to content

Commit

Permalink
fix(tooltip): move styles for transparent tooltip to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva authored and joneff committed May 31, 2018
1 parent 9c53ebc commit 1b150be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/popup/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ $popup-filter-padding-x: $input-padding-x !default;
left: 0;
right: 0;
}

// Transparent popup
.k-popup.k-popup-transparent {
border-width: 0;
background-color: transparent;
}
}


Expand Down
4 changes: 0 additions & 4 deletions packages/default/scss/popup/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ $grouping-border: $border-color !default;
.k-group-header+div > .k-list > .k-item.k-first::before {
border-color: $grouping-border;
}
.k-popup-transparent {
border-width: 0;
background-color: transparent;
}
}

@include exports( "list/theme" ) {
Expand Down

0 comments on commit 1b150be

Please sign in to comment.