From 2a0e98e0e2aa8c9d5e847f95eed18b1613516dac Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Wed, 16 Oct 2019 14:31:13 +0200 Subject: [PATCH] Add button transition --- packages/common/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/common/styles.js b/packages/common/styles.js index 4cf471a6..567f2cc3 100644 --- a/packages/common/styles.js +++ b/packages/common/styles.js @@ -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 { -- GitLab