From 026bef2e33e5ceb7da7ab920fe7b48224253a8f1 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 19 Jul 2023 14:40:16 -0600 Subject: [PATCH] Remove second tab option -- it makes things confusing and can't be tabbed to without more Elm work I don't want to do --- component-catalog/src/Main.elm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/component-catalog/src/Main.elm b/component-catalog/src/Main.elm index 821473dcc..89fa3521f 100644 --- a/component-catalog/src/Main.elm +++ b/component-catalog/src/Main.elm @@ -282,14 +282,6 @@ view model = , label = text "Source 1" , value = 0 , idString = String.fromInt 0 - , tabTooltip = [] - , attributes = [] - , content = text "content" - } - , { icon = Nothing - , label = text "Source 2" - , value = 1 - , idString = String.fromInt 1 , tabTooltip = tooltipProperties SegmentedControlTabs model , attributes = [ Aria.disabled True ] , content = text "content" @@ -301,7 +293,7 @@ view model = } , ariaDisabled = True , disabled = False - , notes = "aria-disabled added manually to the second option. There are no disabled/unfulfilled styles." + , notes = "aria-disabled added manually to the first option. There are no disabled/unfulfilled styles." } , { type_ = Select , view =