9 lines
139 B
SCSS
9 lines
139 B
SCSS
|
|
button[disabled] {
|
||
|
|
cursor: not-allowed !important;
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
button[disabled]:hover {
|
||
|
|
background-color: inherit !important;
|
||
|
|
}
|