refactor(popover): remove unnecessary fix 1006 (#2020)

This commit is contained in:
cloakedch 2019-02-06 12:20:00 +01:00 committed by Dmitry Nehaychik
parent 8d471ba5b8
commit 06f1cc5e67

16
src/app/pages/pages.component.scss Normal file → Executable file
View file

@ -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;
}
}
}
} }