mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[CL-159] add bottom border to bit-banner (#7230)
* add bottom border to banner * Update libs/components/src/banner/banner.component.html Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com> --------- Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div
|
<div
|
||||||
class="tw-flex tw-items-center tw-gap-2 tw-p-2 tw-pl-4 tw-text-contrast"
|
class="tw-flex tw-items-center tw-gap-2 tw-p-2 tw-pl-4 tw-text-contrast tw-border-transparent tw-bg-clip-padding tw-border-solid tw-border-b tw-border-0"
|
||||||
[ngClass]="bannerClass"
|
[ngClass]="bannerClass"
|
||||||
[attr.role]="useAlertRole ? 'status' : null"
|
[attr.role]="useAlertRole ? 'status' : null"
|
||||||
[attr.aria-live]="useAlertRole ? 'polite' : null"
|
[attr.aria-live]="useAlertRole ? 'polite' : null"
|
||||||
|
|||||||
Reference in New Issue
Block a user