File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7070 type =" button"
7171 class:bx--header __action=" {true}"
7272 class:bx--header __action--active =" {isOpen }"
73+ class:bx--btn--icon-only =" {! text }"
7374 class:action-text =" {text }"
7475 {...$$restProps }
7576 on:click
Original file line number Diff line number Diff line change 2222 bind:this =" {ref }"
2323 class:bx--header __action=" {true}"
2424 class:bx--header __action--active =" {linkIsActive }"
25+ class:bx--btn--icon-only =" {true }"
2526 href =" {href }"
2627 rel =" {$$restProps .target === ' _blank' ? ' noopener noreferrer' : undefined }"
2728 {...$$restProps }
3435
3536<style >
3637 .bx--header__action {
37- display : flex ;
38- align-items : center ;
39- justify-content : center ;
40- /* * Hot fix to align icon with `HeaderAction` */
41- padding-bottom : 2px ;
38+ color : var (--bx-text-primary );
4239 }
4340 </style >
Original file line number Diff line number Diff line change 1717 bind:this =" {ref }"
1818 class:bx--header __action=" {true}"
1919 class:bx--header __action--active =" {isActive }"
20+ class:bx--btn--icon-only =" {true }"
2021 {...$$restProps }
2122 on:click
2223>
You can’t perform that action at this time.
0 commit comments