Skip to content

Commit

Permalink
fix(popup): use component border for popup styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Mar 30, 2021
1 parent 78bf9ec commit e8818f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/default/scss/popup/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.k-popup > kendo-list > .k-first {
border-bottom-color: $border-color;
border-bottom-color: $component-border;
}

.k-popup > .k-group-header,
Expand All @@ -20,12 +20,12 @@
.k-popup > .k-group-header,
.k-popup .k-outer-group-header.k-first,
.k-popup > .k-virtual-wrap > .k-group-header {
border-bottom-color: $border-color;
border-bottom-color: $component-border;
box-shadow: $list-container-shadow;
}
.k-popup .k-outer-group-header {
color: $popup-header-text;
border-bottom-color: $border-color;
border-bottom-color: $component-border;
}
.k-popup .k-list .k-item > .k-group {
color: $grouping-header-text;
Expand Down

0 comments on commit e8818f3

Please sign in to comment.