diff --git a/api/app/static/css/style.css b/api/app/static/css/style.css index 958ae1e..68399d1 100644 --- a/api/app/static/css/style.css +++ b/api/app/static/css/style.css @@ -1069,7 +1069,7 @@ tr.mapping-deleted td { min-height: 32px; font-size: 0.78rem; cursor: pointer; - transition: all 0.15s; + transition: background 0.15s, color 0.15s, border-color 0.15s; border-radius: 4px; } .preset-btn:hover { diff --git a/api/app/templates/base.html b/api/app/templates/base.html index 9c6bef4..50590d5 100644 --- a/api/app/templates/base.html +++ b/api/app/templates/base.html @@ -19,7 +19,7 @@ {% set rp = request.scope.get('root_path', '') %} - +