mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 04:40:17 +01:00
fix(dashboard): improve dropdowns for electricity and traffic charts
This commit is contained in:
parent
f7a61ee809
commit
479ca11ede
2 changed files with 12 additions and 2 deletions
|
|
@ -42,7 +42,8 @@
|
|||
</div>
|
||||
|
||||
<div ngbDropdown [ngClass]="{'ghost-dropdown': currentTheme == 'default'}">
|
||||
<button type="button" class="btn btn-primary" ngbDropdownToggle>
|
||||
<button type="button" ngbDropdownToggle class="btn"
|
||||
[ngClass]="{ 'btn-success': currentTheme == 'default', 'btn-primary': currentTheme != 'default'}">
|
||||
{{ type }}
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue