specified transition properties instead of using all

pull/104/head
anatolzak 2020-12-15 17:19:32 +02:00 committed by GitHub
parent 84d1026b53
commit 430bdd7d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ body.admin-interface .paginator a.showall:visited {
-webkit-box-shadow: 4px 2px 8px -4px #DBDBDB;
-moz-box-shadow: 4px 2px 8px -4px #DBDBDB;
box-shadow: 4px 2px 8px -4px #DBDBDB;
transition: all .3s;
transition: left .3s;
}
.admin-interface .toggle-nav-sidebar::before {
@ -437,7 +437,7 @@ body.admin-interface .paginator a.showall:visited {
border-top: none;
border-bottom: none;
border-left: none;
transition: all .3s;
transition: left .3s, margin-left .3s;
}
@media (min-width:1280px) {
@ -553,4 +553,4 @@ body.admin-interface .paginator a.showall:visited {
.admin-interface .aligned .form-row .file-upload input[type="file"] {
margin-top: 5px;
}
}
}