.canvasEmbeddable { .embPanel { outline: none !important; background: none; border-radius: 0 !important; .embPanel__title { margin-bottom: $euiSizeXS; } .embPanel__optionsMenuButton { border-radius: $euiBorderRadius; } .canvas-isFullscreen & { .embPanel__optionsMenuButton { opacity: 0; } &:focus .embPanel__optionsMenuButton, &:hover .embPanel__optionsMenuButton { opacity: 1; } } } .euiTable { background: none; } }