fixed hold-transition for main-sidebar & control-sidebar

pull/2197/head
REJack 2019-08-19 14:01:05 +02:00
parent f3eeb0bfaa
commit c3fffde6c0
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 4 additions and 0 deletions

View File

@ -385,6 +385,10 @@ body,
.hold-transition {
.content-wrapper,
.main-header,
.main-sidebar,
.main-sidebar *,
.control-sidebar,
.control-sidebar *,
.main-footer {
transition: none !important;
}