mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-11436] New "+" button (#10907)
* replace icon in "new" button on admin-console * replace icon in "new" button on secrets manager * reduce flash of "new item" button by checking the availability of the organization
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<button
|
||||
type="button"
|
||||
bitButton
|
||||
class="tw-min-w-max"
|
||||
buttonType="primary"
|
||||
[bitMenuTriggerFor]="newMenu"
|
||||
>
|
||||
{{ "new" | i18n }} <i class="bwi bwi-angle-down" aria-hidden="true"></i>
|
||||
<button type="button" bitButton buttonType="primary" [bitMenuTriggerFor]="newMenu">
|
||||
<i class="bwi bwi-plus-f" aria-hidden="true"></i>
|
||||
{{ "new" | i18n }}<i class="bwi tw-ml-2" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
<bit-menu #newMenu>
|
||||
|
||||
Reference in New Issue
Block a user