mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
TableHeader: add type="button" to button
This commit is contained in:
parent
ae34451583
commit
e7fc05f895
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
type="button"
|
||||||
class:bx--table-sort="{true}"
|
class:bx--table-sort="{true}"
|
||||||
class:bx--table-sort--active="{active}"
|
class:bx--table-sort--active="{active}"
|
||||||
class:bx--table-sort--ascending="{active &&
|
class:bx--table-sort--ascending="{active &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue