From 0566c01316e96e97a9a308fadae73de1bd69841f Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 19 Aug 2020 12:50:27 +0100 Subject: [PATCH] remove background transition --- template/static/stylesheets/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 7e4ac8a..6fe1116 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -344,10 +344,6 @@ select.form-control:not([multiple]):not([size]) { outline: none; } -.selectgroup-label, .toolbar-item, .toolbar-search, .list-row { - transition: background-color .1s ease-out; -} - .themepicker { position: relative; background: none;