Skip to content
Snippets Groups Projects
Commit 33436552 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add disabled button styling

parent cd4eec11
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,11 @@ export function getButtonCSS() {
background-color: var(--vpu-danger-bg-color);
color: var(--vpu-danger-text-color);
}
.button[disabled], fieldset[disabled] .button {
opacity: .5;
cursor: not-allowed;
}
`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment