Anatoly - Hi Team!I'm using <AppEmbed /> and I...

Hi Team! I'm using <AppEmbed /> and I have a question about the Spotter icon. The documentation explains in detail how to override it with another one, but I'm curious - is there an option just to disable the icon in Spotter?
Solution:
hey one quick way to do it is : rules unstable otherwise currently there is not a particular action to just hide the spotter icon. You can override it but you already mentioned it....
customCssInterface
inline customCSS within the {@link CustomisationsInterface}. Use {@link CustomCssVariables} or css rules.
Jump to solution
2 Replies
shikharTS
shikharTS5w ago
@yuichirio_ha I do not know if there is any option to disable, maybe changing the svg can accomplish this. Can you help here?
Solution
yuichirio_ha
yuichirio_ha5w ago
hey one quick way to do it is : rules unstable otherwise currently there is not a particular action to just hide the spotter icon. You can override it but you already mentioned it. https://developers.thoughtspot.com/docs/Interface_customCssInterface#_rules_unstable
customCSS: {
rules_UNSTABLE?: {
".chat-module__spotterIconContainer": {
"display": "none",
"border-radius": "10px",
margin: "20px"
}
}
customCSS: {
rules_UNSTABLE?: {
".chat-module__spotterIconContainer": {
"display": "none",
"border-radius": "10px",
margin: "20px"
}
}
customCssInterface
inline customCSS within the {@link CustomisationsInterface}. Use {@link CustomCssVariables} or css rules.

Did you find this page helpful?