Skip to content

Commit af2aaab

Browse files
committed
Add spaces
1 parent 697ac06 commit af2aaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dialog/overflow-menu/overflow-menu-option.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import {
2424
class="bx--overflow-menu-options__btn"
2525
role="menuitem"
2626
[tabindex]="tabIndex"
27-
(focus)="tabIndex=0"
28-
(blur)="tabIndex=-1"
27+
(focus)="tabIndex = 0"
28+
(blur)="tabIndex = -1"
2929
[disabled]="disabled"
3030
[title]="(titleEnabled ? content : '')">
3131
<ng-content></ng-content>

0 commit comments

Comments
 (0)