css disabled
This commit is contained in:
@@ -246,6 +246,12 @@ const handleClickItem = (item: string) => {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled,
|
||||||
|
&.primary:disabled {
|
||||||
|
background-color: var(--base-color-dark);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.medium {
|
&.medium {
|
||||||
padding: 12px 24px;
|
padding: 12px 24px;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|||||||
Reference in New Issue
Block a user