mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore: use bx css prefixes for now
This commit is contained in:
parent
3ae53de629
commit
aeb05203c5
235 changed files with 1537 additions and 1563 deletions
|
@ -43,24 +43,24 @@
|
|||
>
|
||||
<button
|
||||
type="button"
|
||||
class:cds--table-sort="{true}"
|
||||
class:cds--table-sort--active="{active}"
|
||||
class:cds--table-sort--ascending="{active &&
|
||||
class:bx--table-sort="{true}"
|
||||
class:bx--table-sort--active="{active}"
|
||||
class:bx--table-sort--ascending="{active &&
|
||||
sortDirection === 'descending'}"
|
||||
on:click
|
||||
>
|
||||
<div class:cds--table-header-label="{true}">
|
||||
<div class:bx--table-header-label="{true}">
|
||||
<slot />
|
||||
</div>
|
||||
<ArrowUp
|
||||
size="{20}"
|
||||
aria-label="{ariaLabel}"
|
||||
class="cds--table-sort__icon"
|
||||
class="bx--table-sort__icon"
|
||||
/>
|
||||
<ArrowsVertical
|
||||
size="{20}"
|
||||
aria-label="{ariaLabel}"
|
||||
class="cds--table-sort__icon-unsorted"
|
||||
class="bx--table-sort__icon-unsorted"
|
||||
/>
|
||||
</button>
|
||||
</th>
|
||||
|
@ -74,7 +74,7 @@
|
|||
on:mouseenter
|
||||
on:mouseleave
|
||||
>
|
||||
<div class:cds--table-header-label="{true}">
|
||||
<div class:bx--table-header-label="{true}">
|
||||
<slot />
|
||||
</div>
|
||||
</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue