diff --git a/src/tabs/index.ts b/src/tabs/index.ts index 5e31b9b76..8ae24f57d 100644 --- a/src/tabs/index.ts +++ b/src/tabs/index.ts @@ -215,7 +215,8 @@ let exportTabs; fill-rule="evenodd" clip-rule="evenodd" d="M1.99061 7.5L9 0.0604158L7.06632 0L0 7.5L7.06632 15L9 14.9396L1.99061 7.5Z" - fill="${this._isAtStart ? "GrayText" : "#333333"}" + fill="#000000" + opacity="${this._isAtStart ? 0.2 : 1}" /> `; @@ -233,7 +234,8 @@ let exportTabs; fill-rule="evenodd" clip-rule="evenodd" d="M7.00939 7.5L0 0.0604158L1.93368 0L9 7.5L1.93368 15L0 14.9396L7.00939 7.5Z" - fill="${this._isAtEnd ? "GrayText" : "#333333"}" + fill="#000000" + opacity="${this._isAtEnd ? 0.2 : 1}" /> `; diff --git a/src/tabs/style.ts b/src/tabs/style.ts index 1fffd9af4..551d142b8 100644 --- a/src/tabs/style.ts +++ b/src/tabs/style.ts @@ -54,8 +54,6 @@ export const TABS_CSS = ` visibility: hidden; } .kuc-tabs__group__tabs-container__tab-pre-button[disabled] { - border: none; - background-color: #d4d7d7; cursor: not-allowed; } .kuc-tabs__group__tabs-container__tab-next-button { @@ -76,8 +74,6 @@ export const TABS_CSS = ` visibility: hidden; } .kuc-tabs__group__tabs-container__tab-next-button[disabled] { - border: none; - background-color: #d4d7d7; cursor: not-allowed; } .kuc-tabs__group__tabs-container__tab-list-container {