<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Instant App Accessibility - Keyboard Tab Color in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607788#M3147</link>
    <description>&lt;P&gt;You can use the esri-view-outine-color to set the map outline color and you can use the #infoButton CSS here to set a different focus color for the info button&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.calcite-mode-light{
 --calcite-color-focus:magenta;
}

.esri-view{
--esri-view-outline-color:magenta;
}

#infoButton{
 --calcite-color-focus:yellow;
}&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 21 Apr 2025 18:45:35 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2025-04-21T18:45:35Z</dc:date>
    <item>
      <title>Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607398#M3135</link>
      <description>&lt;P&gt;I am working on building an Instant App for a public-facing audience with accessibility in mind. I observed that when keyboard-tabbing through elements on the app, the keyboard tab color is a blue color. The color does not seem to be consistent with the theme colors I have set.&lt;/P&gt;&lt;P&gt;Is there a way to set the keyboard tab to align with the theme?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 19:30:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607398#M3135</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2025-04-18T19:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607713#M3138</link>
      <description>&lt;P&gt;If the app you are using supports custom CSS you can try setting this value to the color of your choice.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;--calcite-color-focus&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607713#M3138</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-04-21T16:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607729#M3141</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;. I wrote this:&amp;nbsp;--calcite-color-focus:#000000; but it didn't seem to do anything. Any advice?&lt;/P&gt;&lt;P&gt;It also looks like the tab color is blue when it's an app element, but black when it's a text/hyperlinked element.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607729#M3141</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2025-04-21T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607755#M3142</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.calcite-mode-light{
 --calcite-color-focus:magenta;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which app are you using?&amp;nbsp; You can set specific styles for the links using something like this:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;a{
outline-color:magenta;
}
a:focus{
outline-style:inset;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 17:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607755#M3142</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-04-21T17:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607757#M3143</link>
      <description>&lt;P&gt;Also make sure to test the color contrast of the focus outline with your apps theming to ensure it continues to meet accessibility standards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 17:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607757#M3143</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-04-21T17:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607780#M3144</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/491"&gt;@KellyHutchins&lt;/a&gt;&amp;nbsp;this is very cool, thanks! I'm using both Sidebar and Nearby and it worked for both. Thanks also for mentioning accessibility - my Nearby app has an introduction window icon at the top right, and that is the only thing that would contrast the black outline with a green background (due to the theme). Is there a way I can isolate that one specifically to be a different color? Photo below.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tiff_0-1745260176826.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130643i7705C3F7CF4514BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tiff_0-1745260176826.png" alt="Tiff_0-1745260176826.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, it looks like all of the elements now have a black tab color except for the map (still blue). Thank you again so much!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 18:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607780#M3144</guid>
      <dc:creator>Tiff</dc:creator>
      <dc:date>2025-04-21T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Instant App Accessibility - Keyboard Tab Color</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607788#M3147</link>
      <description>&lt;P&gt;You can use the esri-view-outine-color to set the map outline color and you can use the #infoButton CSS here to set a different focus color for the info button&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.calcite-mode-light{
 --calcite-color-focus:magenta;
}

.esri-view{
--esri-view-outline-color:magenta;
}

#infoButton{
 --calcite-color-focus:yellow;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 21 Apr 2025 18:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/instant-app-accessibility-keyboard-tab-color/m-p/1607788#M3147</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2025-04-21T18:45:35Z</dc:date>
    </item>
  </channel>
</rss>

