<?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 Dataset view bug in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062246#M4472</link>
    <description>&lt;P data-unlink="true"&gt;Advise needed. After launching new version of ArcGIS Hub, our custom header code is not working properly when viewing the redesigned content of&lt;A title="bug 1" href="https://data.brno.cz/datasets/64a09d235e70425f9cff6b3f0bc4cb95_0/explore?location=49.208650%2C16.574200%2C11.37" target="_self"&gt;&amp;nbsp;datasets&amp;nbsp;&lt;/A&gt;(see pic1) - icons "info", "filter", "download", "favourites" have some kind of transparency and I don´t know how to fix it in CSS. The similar mistake appears when clicking on "I want to use this" at the left lower corner (see pic2).&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Does anyone have any ideas? Many many thanks&lt;/P&gt;&lt;P data-unlink="true"&gt;Martin (&lt;SPAN&gt;&lt;A href="mailto:dvorak.martin@brno.cz" target="_blank" rel="noopener"&gt;dvorak.martin@brno.cz&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;Here is the css code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;.align-items-center {&lt;BR /&gt;display: flex;&lt;BR /&gt;align-items: center;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (min-width: 769px) {&lt;BR /&gt;.navbar-wrapper {&lt;BR /&gt;display: flex !important;&lt;BR /&gt;align-items: center;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;.nav-wrap{&lt;BR /&gt;text-transform: uppercase;&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;a {&lt;BR /&gt;/*color: #da2128;*/&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;font-size: 14px;&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;a {&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;ul&amp;gt;li&amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;ul&amp;gt;li&amp;gt;a{&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-header{&lt;BR /&gt;text-align:right;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle {&lt;BR /&gt;float: none;&lt;BR /&gt;/*margin-right:25px;*/&lt;BR /&gt;}&lt;BR /&gt;.dropdown-menu{&lt;BR /&gt;background: rgba(255,255,255,0.9) !important;&lt;BR /&gt;text-align: left;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.submenu{&lt;BR /&gt;left:100%;&lt;BR /&gt;top:0px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.nav .open&amp;gt;a, .nav .open&amp;gt;a:focus, .nav .open&amp;gt;a:hover, .nav .open&amp;gt;a:visited {&lt;BR /&gt;background-color: #f2f2f2;&lt;BR /&gt;border-color: #f2f2f2;&lt;BR /&gt;opacity: 0.5;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; .active &amp;gt; a:focus {&lt;BR /&gt;background-color: #ffffff;&lt;BR /&gt;opacity: 1.0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-default {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (max-width: 1025px) {&lt;BR /&gt;.navbar-default {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;@media screen and (min-width: 769px) {&lt;BR /&gt;.dropdown:hover .dropdown-menu {&lt;BR /&gt;display: block;&lt;BR /&gt;margin-top: 0;&lt;BR /&gt;}&lt;BR /&gt;#main-menu{&lt;BR /&gt;float:right!important&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 768px) {&lt;BR /&gt;.navbar {&lt;BR /&gt;min-height: auto;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle {&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle h4 {&lt;BR /&gt;margin-top: 0;&lt;BR /&gt;}&lt;BR /&gt;.first-tier {&lt;BR /&gt;height: 50px;&lt;BR /&gt;}&lt;BR /&gt;.first-tier .row {&lt;BR /&gt;margin: 5px 0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav&amp;gt;li&amp;gt;a {&lt;BR /&gt;padding-top: 10px;&lt;BR /&gt;padding-bottom: 10px;&lt;BR /&gt;line-height: 20px;&lt;BR /&gt;}&lt;BR /&gt;ul.nav.navbar-nav {&lt;BR /&gt;display: block;&lt;BR /&gt;position:relative;&lt;BR /&gt;}&lt;BR /&gt;ul.dropdown-menu{&lt;BR /&gt;display: block;&lt;BR /&gt;border-style:none;&lt;BR /&gt;}&lt;BR /&gt;.submenu{&lt;BR /&gt;left:0%;&lt;BR /&gt;top:auto;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .dropdown-menu {&lt;BR /&gt;position: static;&lt;BR /&gt;top: auto;&lt;BR /&gt;left: auto;&lt;BR /&gt;display: none;&lt;BR /&gt;float: none;&lt;BR /&gt;max-width: none;&lt;BR /&gt;padding: 0;&lt;BR /&gt;margin: 0 15px;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;border: none;&lt;BR /&gt;-webkit-border-radius: 0;&lt;BR /&gt;-moz-border-radius: 0;&lt;BR /&gt;border-radius: 0;&lt;BR /&gt;-webkit-box-shadow: none;&lt;BR /&gt;-moz-box-shadow: none;&lt;BR /&gt;box-shadow: none;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .open &amp;gt; .dropdown-menu {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;.dropdown-menu .submenu {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .dropdown-menu:before,&lt;BR /&gt;.navbar-collapse .dropdown-menu:after {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .nav &amp;gt; li &amp;gt; .dropdown-menu:before,&lt;BR /&gt;.navbar-collapse .nav &amp;gt; li &amp;gt; .dropdown-menu:after {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;@media (min-width: 1200px){&lt;BR /&gt;.container {&lt;BR /&gt;width: 1200px !important;&lt;BR /&gt;padding-left: 0;&lt;BR /&gt;padding-right: 0;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* HUB TOOLBAR */&lt;BR /&gt;#hub-toolbar, .side-panel-tab-controls {&lt;BR /&gt;background: #DA2128 !important;&lt;BR /&gt;}&lt;BR /&gt;#hub-toolbar .active, .side-panel-tab-controls .active {&lt;BR /&gt;background: white !important;&lt;BR /&gt;}&lt;BR /&gt;#hub-toolbar .active svg, .side-panel-tab-controls .active svg {&lt;BR /&gt;fill: #DA2128 !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#hub-toolbar .stacked-icon svg, .side-panel-tab-controls svg {&lt;BR /&gt;fill: white !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 12:09:43 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-05-27T12:09:43Z</dc:date>
    <item>
      <title>Dataset view bug</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062246#M4472</link>
      <description>&lt;P data-unlink="true"&gt;Advise needed. After launching new version of ArcGIS Hub, our custom header code is not working properly when viewing the redesigned content of&lt;A title="bug 1" href="https://data.brno.cz/datasets/64a09d235e70425f9cff6b3f0bc4cb95_0/explore?location=49.208650%2C16.574200%2C11.37" target="_self"&gt;&amp;nbsp;datasets&amp;nbsp;&lt;/A&gt;(see pic1) - icons "info", "filter", "download", "favourites" have some kind of transparency and I don´t know how to fix it in CSS. The similar mistake appears when clicking on "I want to use this" at the left lower corner (see pic2).&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Does anyone have any ideas? Many many thanks&lt;/P&gt;&lt;P data-unlink="true"&gt;Martin (&lt;SPAN&gt;&lt;A href="mailto:dvorak.martin@brno.cz" target="_blank" rel="noopener"&gt;dvorak.martin@brno.cz&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;Here is the css code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;.align-items-center {&lt;BR /&gt;display: flex;&lt;BR /&gt;align-items: center;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (min-width: 769px) {&lt;BR /&gt;.navbar-wrapper {&lt;BR /&gt;display: flex !important;&lt;BR /&gt;align-items: center;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;.nav-wrap{&lt;BR /&gt;text-transform: uppercase;&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;a {&lt;BR /&gt;/*color: #da2128;*/&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;font-size: 14px;&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;a {&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;ul&amp;gt;li&amp;gt;a:hover{&lt;BR /&gt;color:#da2128;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-nav &amp;gt; li &amp;gt;ul&amp;gt;li&amp;gt;ul&amp;gt;li&amp;gt;a{&lt;BR /&gt;color: black;&lt;BR /&gt;font-weight: bold;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.navbar-header{&lt;BR /&gt;text-align:right;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle {&lt;BR /&gt;float: none;&lt;BR /&gt;/*margin-right:25px;*/&lt;BR /&gt;}&lt;BR /&gt;.dropdown-menu{&lt;BR /&gt;background: rgba(255,255,255,0.9) !important;&lt;BR /&gt;text-align: left;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.submenu{&lt;BR /&gt;left:100%;&lt;BR /&gt;top:0px;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;.nav .open&amp;gt;a, .nav .open&amp;gt;a:focus, .nav .open&amp;gt;a:hover, .nav .open&amp;gt;a:visited {&lt;BR /&gt;background-color: #f2f2f2;&lt;BR /&gt;border-color: #f2f2f2;&lt;BR /&gt;opacity: 0.5;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav &amp;gt; .active &amp;gt; a:focus {&lt;BR /&gt;background-color: #ffffff;&lt;BR /&gt;opacity: 1.0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-default {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (max-width: 1025px) {&lt;BR /&gt;.navbar-default {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;@media screen and (min-width: 769px) {&lt;BR /&gt;.dropdown:hover .dropdown-menu {&lt;BR /&gt;display: block;&lt;BR /&gt;margin-top: 0;&lt;BR /&gt;}&lt;BR /&gt;#main-menu{&lt;BR /&gt;float:right!important&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;@media screen and (max-width: 768px) {&lt;BR /&gt;.navbar {&lt;BR /&gt;min-height: auto;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle {&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-toggle h4 {&lt;BR /&gt;margin-top: 0;&lt;BR /&gt;}&lt;BR /&gt;.first-tier {&lt;BR /&gt;height: 50px;&lt;BR /&gt;}&lt;BR /&gt;.first-tier .row {&lt;BR /&gt;margin: 5px 0;&lt;BR /&gt;}&lt;BR /&gt;.navbar-nav&amp;gt;li&amp;gt;a {&lt;BR /&gt;padding-top: 10px;&lt;BR /&gt;padding-bottom: 10px;&lt;BR /&gt;line-height: 20px;&lt;BR /&gt;}&lt;BR /&gt;ul.nav.navbar-nav {&lt;BR /&gt;display: block;&lt;BR /&gt;position:relative;&lt;BR /&gt;}&lt;BR /&gt;ul.dropdown-menu{&lt;BR /&gt;display: block;&lt;BR /&gt;border-style:none;&lt;BR /&gt;}&lt;BR /&gt;.submenu{&lt;BR /&gt;left:0%;&lt;BR /&gt;top:auto;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .dropdown-menu {&lt;BR /&gt;position: static;&lt;BR /&gt;top: auto;&lt;BR /&gt;left: auto;&lt;BR /&gt;display: none;&lt;BR /&gt;float: none;&lt;BR /&gt;max-width: none;&lt;BR /&gt;padding: 0;&lt;BR /&gt;margin: 0 15px;&lt;BR /&gt;background-color: transparent;&lt;BR /&gt;border: none;&lt;BR /&gt;-webkit-border-radius: 0;&lt;BR /&gt;-moz-border-radius: 0;&lt;BR /&gt;border-radius: 0;&lt;BR /&gt;-webkit-box-shadow: none;&lt;BR /&gt;-moz-box-shadow: none;&lt;BR /&gt;box-shadow: none;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .open &amp;gt; .dropdown-menu {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;.dropdown-menu .submenu {&lt;BR /&gt;display: block;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .dropdown-menu:before,&lt;BR /&gt;.navbar-collapse .dropdown-menu:after {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;.navbar-collapse .nav &amp;gt; li &amp;gt; .dropdown-menu:before,&lt;BR /&gt;.navbar-collapse .nav &amp;gt; li &amp;gt; .dropdown-menu:after {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;@media (min-width: 1200px){&lt;BR /&gt;.container {&lt;BR /&gt;width: 1200px !important;&lt;BR /&gt;padding-left: 0;&lt;BR /&gt;padding-right: 0;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;/* HUB TOOLBAR */&lt;BR /&gt;#hub-toolbar, .side-panel-tab-controls {&lt;BR /&gt;background: #DA2128 !important;&lt;BR /&gt;}&lt;BR /&gt;#hub-toolbar .active, .side-panel-tab-controls .active {&lt;BR /&gt;background: white !important;&lt;BR /&gt;}&lt;BR /&gt;#hub-toolbar .active svg, .side-panel-tab-controls .active svg {&lt;BR /&gt;fill: #DA2128 !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#hub-toolbar .stacked-icon svg, .side-panel-tab-controls svg {&lt;BR /&gt;fill: white !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 12:09:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062246#M4472</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-27T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset view bug</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062267#M4473</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm sorry that is happening. I believe what you are seeing is that you have `transparent` set as your Body Background Color in the site theme. You'd want to change that to something solid, maybe white `#ffffff` because we use that variable in many places. You can learn more in my post about how &lt;A href="https://community.esri.com/t5/arcgis-hub-documents/content-views-how-theming-works/ta-p/1061417" target="_self"&gt;theming gets applied&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 13:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062267#M4473</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2021-05-27T13:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dataset view bug</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062772#M4486</link>
      <description>&lt;P&gt;Dear Klara, thanks a lot for a quick response. It wasn´t necessary to change it on css code, but only in the general theme setup (body background color was set to transparent, so I changed it according your advice). Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 07:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/dataset-view-bug/m-p/1062772#M4486</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-05-28T07:39:31Z</dc:date>
    </item>
  </channel>
</rss>

