Add correct hover effect for button's text
This commit is contained in:
parent
051be69058
commit
6620d401fa
|
@ -61,7 +61,7 @@
|
|||
<button class="uk-icon-button large uk-button-secondary" (click)="printReport()">
|
||||
<icon name="print"></icon>
|
||||
</button>
|
||||
<button class="uk-button uk-button-link uk-margin-small-left" (click)="printReport()">
|
||||
<button class="uk-button uk-button-link uk-margin-small-left uk-text-secondary" (click)="printReport()">
|
||||
Print Report
|
||||
</button>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue