mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 08:11:17 +02:00
add btn disabled style
This commit is contained in:
@@ -443,6 +443,11 @@ a > svg {
|
|||||||
rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
|
rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
*:focus {
|
*:focus {
|
||||||
outline-width: 3px;
|
outline-width: 3px;
|
||||||
outline-color: var(--color-button);
|
outline-color: var(--color-button);
|
||||||
|
Reference in New Issue
Block a user