mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(datepicker): fix datepicker arrow style (#1925)
This commit is contained in:
parent
242ce8dab6
commit
a8781974ca
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
$popover-border-width: calc(#{nb-theme(popover-arrow-size)} - 2px);
|
$popover-border-width: calc(#{nb-theme(popover-arrow-size)} - 2px);
|
||||||
|
|
||||||
/deep/ nb-popover {
|
/deep/ nb-popover, /deep/ nb-datepicker-container {
|
||||||
.arrow {
|
.arrow {
|
||||||
&::after {
|
&::after {
|
||||||
border-left-width: $popover-border-width;
|
border-left-width: $popover-border-width;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue