@ixfx/components 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/index.d.ts.map +1 -1
- package/bundle/index.js +2 -1
- package/bundle/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tab-list-VtWT-_FG.d.ts.map +1 -1
- package/docs-user/tabs.md +6 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5555,6 +5555,7 @@ let TabListItemElement = class TabListItemElement extends LitElement {
|
|
|
5555
5555
|
:host {
|
|
5556
5556
|
--selected-colour: var(--surface-2-text);
|
|
5557
5557
|
--selected-border-width: 1px;
|
|
5558
|
+
--ixfx-tab-selected-background: var(--surface-5);
|
|
5558
5559
|
--padding: var(--space-m);
|
|
5559
5560
|
display: inline-flex;
|
|
5560
5561
|
min-width: 0;
|
|
@@ -5579,7 +5580,7 @@ let TabListItemElement = class TabListItemElement extends LitElement {
|
|
|
5579
5580
|
border-bottom-color: var(--indicator-color-bottom, transparent);
|
|
5580
5581
|
border-left-color: var(--indicator-color-left, transparent);
|
|
5581
5582
|
border-right-color: var(--indicator-color-right, transparent);
|
|
5582
|
-
background: var(--
|
|
5583
|
+
background: var(--ixfx-tab-selected-background);
|
|
5583
5584
|
font-weight: bold;
|
|
5584
5585
|
}
|
|
5585
5586
|
|