Skip to content

Commit

Permalink
refactor(popover): remove unnecessary fix 1006 (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloakedch authored and nnixaa committed Feb 6, 2019
1 parent 8d471ba commit 06f1cc5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/app/pages/pages.component.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,4 @@
}
}
}

/*
* TODO: hot fix, in prod mode popover arrow has wong style.
* Delete this after weill be fixed https://github.com/akveo/nebular/issues/1006
*/
$popover-border-width: calc(#{nb-theme(popover-arrow-size)} - 2px);

/deep/ nb-popover, /deep/ nb-datepicker-container {
.arrow {
&::after {
border-left-width: $popover-border-width;
border-right-width: $popover-border-width;
border-bottom-width: $popover-border-width;
}
}
}
}

0 comments on commit 06f1cc5

Please sign in to comment.