5 lines
77 B
SCSS
5 lines
77 B
SCSS
button:disabled {
|
|
cursor: not-allowed;
|
|
pointer-events: all !important;
|
|
}
|