mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/DownloadButton: darken when disabled
This commit is contained in:
parent
2fb05d018c
commit
718dc4cf0a
|
@ -202,6 +202,7 @@
|
|||
|
||||
#download-button:disabled {
|
||||
cursor: unset;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
:global(#input-container.focused) #download-button {
|
||||
|
|
Loading…
Reference in a new issue