mirror of
https://github.com/bitwarden/browser
synced 2024-12-27 02:14:24 +01:00
Merge branch 'main' into uif/cl-524/chromatic-ignores
This commit is contained in:
commit
74eb4e6cf4
@ -65,7 +65,7 @@ export class BadgeComponent implements FocusableElement {
|
||||
"disabled:tw-cursor-not-allowed",
|
||||
]
|
||||
.concat(styles[this.variant])
|
||||
.concat(this.hasHoverEffects ? hoverStyles[this.variant] : [])
|
||||
.concat(this.hasHoverEffects ? [...hoverStyles[this.variant], "tw-min-w-10"] : [])
|
||||
.concat(this.truncate ? this.maxWidthClass : []);
|
||||
}
|
||||
@HostBinding("attr.title") get titleAttr() {
|
||||
|
Loading…
Reference in New Issue
Block a user