mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-22284] - [Defect] Inconsistent UI issues with Send page empty state (#15877)
* update new send dropdown to match comps * revert change to no send icon.
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
<button
|
||||
bitButton
|
||||
size="small"
|
||||
[bitMenuTriggerFor]="itemOptions"
|
||||
[buttonType]="buttonType"
|
||||
type="button"
|
||||
>
|
||||
<button bitButton [bitMenuTriggerFor]="itemOptions" [buttonType]="buttonType" type="button">
|
||||
<i *ngIf="!hideIcon" class="bwi bwi-plus" aria-hidden="true"></i>
|
||||
{{ (hideIcon ? "createSend" : "new") | i18n }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user