[ui] iconbutton disabled

feat/vaults
Tomáš Mládek 2022-01-27 17:35:58 +01:00
parent 19b25666c6
commit 4b27fdd0b1
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 5 additions and 0 deletions

View File

@ -30,4 +30,9 @@
opacity: 1;
color: var(--active-color, var(--primary));
}
button:disabled {
color: gray;
pointer-events: none;
}
</style>