Fix sidebar transition issue #69

This commit is contained in:
EliverLara
2020-04-05 12:40:38 -05:00
parent 0669841e39
commit d7a23acbc0
4 changed files with 2 additions and 6 deletions

View File

@@ -3992,8 +3992,7 @@ treeview ~ scrollbar.vertical {
border-right-style: none; }
.sidebar:backdrop {
background-color: #181b28;
border-color: rgba(13, 16, 23, 0.82);
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
border-color: rgba(13, 16, 23, 0.82); }
.sidebar row {
padding: 8px 12px;
transition: all .12s ease-in; }