openreplay/frontend/app/components/Funnels/FunnelWidget/FunnelWidget.module.css

5 lines
No EOL
100 B
CSS

.step-disabled {
filter: grayscale(1);
opacity: 0.8;
transition: all 0.2s ease-in-out;
}