mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
refactor(popover): remove unnecessary fix 1006 (#2020)
This commit is contained in:
parent
8d471ba5b8
commit
06f1cc5e67
1 changed files with 0 additions and 16 deletions
16
src/app/pages/pages.component.scss
Normal file → Executable file
16
src/app/pages/pages.component.scss
Normal file → Executable 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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue