feat(transaction-history): add disabled state styling for buttons
Some checks failed
Some checks failed
This commit is contained in:
parent
03d67ef362
commit
157e774e86
3 changed files with 30 additions and 42 deletions
|
@ -0,0 +1,9 @@
|
|||
button[disabled] {
|
||||
cursor: not-allowed;
|
||||
background-color: #ccc;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
button[disabled]:hover {
|
||||
background-color: #ccc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue