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

Add button transition

parent 039aea23
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ export function getButtonCSS() {
font-size: inherit;
font-family: inherit;
background-color: transparent;
transition: background-color 0.15s ease 0s, color 0.15s ease 0s;
}
.button:hover {
......
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