From 838a7b9afdd7fce770fabcf8090800dc874cbd79 Mon Sep 17 00:00:00 2001 From: d47081 Date: Sat, 9 Jul 2022 22:52:03 +0300 Subject: [PATCH] add transition-duration everywhere --- theme_nin_night/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/theme_nin_night/css/style.css b/theme_nin_night/css/style.css index 48d16d7..d0cb88a 100644 --- a/theme_nin_night/css/style.css +++ b/theme_nin_night/css/style.css @@ -1264,6 +1264,7 @@ span.connection-status.connected:before { /* line 1, ../sass/_commons.sass */ * { outline: none !important; + transition-duration: 0.2s; } /* line 4, ../sass/_commons.sass */ @@ -3636,8 +3637,4 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a { .userMenu-config a:hover { color: rgba(255, 255, 255, 1) -} - -.post * { - transition-duration: 0.2s; } \ No newline at end of file