Hi
If I deploy an Experience from ExB-Dev on our Webserver, the map widget has, if active/clicked, always these black outlines. Is there a way to remove them?
In WebAppBuilder Apps we could simply add these lines to the ..\themes\...\common.css:
.esri-view .esri-view-surface--inset-outline:focus::after {
outline: none !important;
}
How so in the experience ?
Solved! Go to Solution.
Unzip the downloaded ExB-Dev App, browse to yourapp/cdn/.../jimu-theme/base/base.css and add these lines to the css.
.esri-view-surface--inset-outline:focus::after{outline: none !important;}
Unzip the downloaded ExB-Dev App, browse to yourapp/cdn/.../jimu-theme/base/base.css and add these lines to the css.
.esri-view-surface--inset-outline:focus::after{outline: none !important;}