mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix: --bx-interactive-04
--> --bx-interactive
This commit is contained in:
parent
84ebba532f
commit
a27a2fc185
10 changed files with 32 additions and 32 deletions
|
@ -53,7 +53,7 @@
|
|||
let:node
|
||||
>
|
||||
<span
|
||||
style:color="{node.selected ? "var(--bx-interactive-04)" : "inherit"}"
|
||||
style:color="{node.selected ? "var(--bx-interactive)" : "inherit"}"
|
||||
style:text-decoration="{node.disabled ? "inherit" : "underline"}"
|
||||
>
|
||||
{node.text} (id: {node.id})
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
:global(.framed :not(.bx--content) [class^="bx--col"]) {
|
||||
outline: 1px solid var(--bx-interactive-04);
|
||||
outline: 1px solid var(--bx-interactive);
|
||||
}
|
||||
|
||||
:global(.framed .bx--content [class^="bx--col"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue