fix disabling css
This commit is contained in:
@@ -285,9 +285,8 @@ const handleClickItem = (item: string) => {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled &:disabled,
|
&.disabled,
|
||||||
&.primary:disabled,
|
&:disabled {
|
||||||
&.primary.disabled {
|
|
||||||
color: var(--button-disabled-color-text) !important;
|
color: var(--button-disabled-color-text) !important;
|
||||||
background-color: var(--button-disabled-color) !important;
|
background-color: var(--button-disabled-color) !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@@ -319,6 +318,10 @@ const handleClickItem = (item: string) => {
|
|||||||
background-color: var(--button-danger-color);
|
background-color: var(--button-danger-color);
|
||||||
color: var(--button-danger-color-text);
|
color: var(--button-danger-color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& + .button {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user