5 lines
No EOL
100 B
CSS
5 lines
No EOL
100 B
CSS
.step-disabled {
|
|
filter: grayscale(1);
|
|
opacity: 0.8;
|
|
transition: all 0.2s ease-in-out;
|
|
} |