fix(header): ripple effect

This commit is contained in:
Evgeny Lupanov 2020-03-25 20:56:54 +03:00
parent b395c952a5
commit 7ffd5eabed
3 changed files with 8 additions and 2 deletions

5
package-lock.json generated
View file

@ -2705,6 +2705,11 @@
"resolved": "https://registry.npmjs.org/@nebular/auth/-/auth-5.0.0.tgz",
"integrity": "sha512-oD8XP8hqgjvKRE90Qrixb2n2qbYpkwUnpiqOHcLvDN7i+MVGpr8aZOogidTGZi+BkBlG7P6fAkPFjlhAmXlxzg=="
},
"@nebular/bootstrap": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nebular/bootstrap/-/bootstrap-5.0.0.tgz",
"integrity": "sha512-/aVCqZKWRFz2wet07/+EsAzDNCoU3EyBhQFhwkqNtK2QMYu66d1uQqrC0TwxkMHye5uXfsndM64gXSYe/ZumZA=="
},
"@nebular/eva-icons": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@nebular/eva-icons/-/eva-icons-5.0.0.tgz",

View file

@ -48,6 +48,7 @@
"@angular/router": "^9.0.4",
"@asymmetrik/ngx-leaflet": "3.0.1",
"@nebular/auth": "5.0.0",
"@nebular/bootstrap": "^5.0.0",
"@nebular/eva-icons": "5.0.0",
"@nebular/security": "5.0.0",
"@nebular/theme": "5.0.0",

View file

@ -42,7 +42,7 @@
<nb-icon icon="download"></nb-icon>
<span class="subtitle number">470.000</span>
</nb-action>
<nb-action class="control-item contact-us" matRipple [matRippleUnbounded]="true" [matRippleCentered]="true">
<nb-action class="control-item contact-us" matRipple [matRippleUnbounded]="false" [matRippleCentered]="true">
<a nbButton ghost href="mailto:contact@akveo.com" (click)="trackEmailClick()">
<nb-icon icon="email-outline" pack="eva"></nb-icon>
<span>contact@akveo.com</span>
@ -53,7 +53,7 @@
</nb-action>
<nb-action class="control-item email" icon="email-outline" matRipple [matRippleUnbounded]="true" [matRippleCentered]="true"></nb-action>
<nb-action class="control-item notifications" icon="bell-outline" matRipple [matRippleUnbounded]="true" [matRippleCentered]="true"></nb-action>
<nb-action class="user-action" *nbIsGranted="['view', 'user']" matRipple [matRippleUnbounded]="true" [matRippleCentered]="true">
<nb-action class="user-action" *nbIsGranted="['view', 'user']" matRipple [matRippleUnbounded]="false" [matRippleCentered]="true">
<nb-user [nbContextMenu]="userMenu"
[onlyPicture]="userPictureOnly"
[name]="user?.name"