diff --git a/packages/styles/src/icon-tab-bar.scss b/packages/styles/src/icon-tab-bar.scss index bb1152693f..92c00ab3b6 100644 --- a/packages/styles/src/icon-tab-bar.scss +++ b/packages/styles/src/icon-tab-bar.scss @@ -541,6 +541,8 @@ $fd-icon-tab-bar-semantic-values: ( height: $fd-icon-tab-bar-multi-click-button-size; min-width: $fd-icon-tab-bar-multi-click-button-size; + --fdButton_Hover_Shadow: none; + @include fd-focus() { &::after { border-radius: var(--fdIcon_Tab_Bar_Multi_Click_Button_Focus_Radius); @@ -805,8 +807,6 @@ $fd-icon-tab-bar-semantic-values: ( --fdIconTabBar_Overflow_Button_Border_Color: var(--sapButton_Hover_BorderColor); --fdIconTabBar_Overflow_Button_Text_Color: var(--fdIcon_Tab_Bar_Overflow_Button_Text_Color_Hover); --fdIconTabBar_Overflow_Button_Icon_Color: var(--fdIcon_Tab_Bar_Overflow_Button_Icon_Color_Hover); - - box-shadow: var(--fdIcon_Tab_Bar_Overflow_Button_Hover_Box_Shadow); } @include fd-active() { diff --git a/packages/styles/stories/Components/icon-tab-bar/icon-tab-bar.stories.js b/packages/styles/stories/Components/icon-tab-bar/icon-tab-bar.stories.js index 7c785cf120..295750061c 100644 --- a/packages/styles/stories/Components/icon-tab-bar/icon-tab-bar.stories.js +++ b/packages/styles/stories/Components/icon-tab-bar/icon-tab-bar.stories.js @@ -92,7 +92,7 @@ Counter.storyName = 'Counters and Text'; Counter.parameters = { docs: { description: { - story: 'Counters can be shown on top of labels. In this case you need to apply the `fd-icon-tab-bar--counters` modifier class.
The control has the same look and feel in Cozy and Compact mode.' + story: 'NOTE: This is no longer recommended. Counters can be shown on top of labels. In this case you need to apply the `fd-icon-tab-bar--counters` modifier class.
The control has the same look and feel in Cozy and Compact mode.' } } }; diff --git a/packages/styles/stories/Components/icon-tab-bar/single-click.example.html b/packages/styles/stories/Components/icon-tab-bar/single-click.example.html index aeb654d690..ba4ba08649 100644 --- a/packages/styles/stories/Components/icon-tab-bar/single-click.example.html +++ b/packages/styles/stories/Components/icon-tab-bar/single-click.example.html @@ -193,7 +193,7 @@
  • -