mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 06:25:29 +01:00
fix(icons popover): fix eva icons color, popover arrow style (#1923)
This commit is contained in:
parent
73e9b26692
commit
242ce8dab6
4 changed files with 53 additions and 25 deletions
19
src/app/pages/pages.component.scss
Normal file
19
src/app/pages/pages.component.scss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
@import '../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
/*
|
||||
* 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 {
|
||||
.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