Skip to content

Commit

Permalink
fix(tooltip): Angular tooltip not having box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva committed Aug 1, 2018
1 parent 07be026 commit e56e2b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/default/scss/tooltip/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
@include exports("tooltip/theme") {
.k-tooltip-wrapper {
.k-tooltip {
box-shadow: $popup-shadow;
}
}
.k-tooltip {
color: $tooltip-color;
background-color: $tooltip-bg;
Expand Down
4 changes: 3 additions & 1 deletion packages/material/scss/popup/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ $grouping-border: $grouping-header-bg !default;

// Tooltip popup container padding
.k-animation-container-shown.k-tooltip-wrapper {
padding: 0
.k-popup-transparent {
padding: 0
}
}

.k-list-filter {
Expand Down

0 comments on commit e56e2b4

Please sign in to comment.