Implement CheckField logic
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
margin: 0px 0.25rem;
|
||||
background: var(--jsl-dialog-button-normal);
|
||||
box-shadow: inset -1px -1px 1px 0px #bbb, inset 1px 1px 1px 0px #fff;
|
||||
cursor: pointer;
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
}
|
||||
&.default-action {
|
||||
outline: solid 1px #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user