File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
apps/client/src/widgets/buttons Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11@keyframes left-pane-toggle-button-expand {
22 from {
3- transform : rotate ( 0deg ) ;
3+ rotate : 0deg ;
44 } to {
5- transform : rotate ( 180deg ) ;
5+ rotate : 180deg ;
66 }
77}
88
99@keyframes left-pane-toggle-button-collapse {
1010 from {
11- transform : rotate ( 180deg ) ;
11+ rotate : 180deg ;
1212 } to {
13- transform : rotate ( 360deg ) ;
13+ rotate : 360deg ;
1414 }
1515}
1616
1919}
2020
2121.layout-vertical .left-pane-toggle-button .action-collapse ::before {
22- transform : rotate ( 360deg ) ;
22+ rotate : 360deg ;
2323 animation : left-pane-toggle-button-collapse 600ms ease-in-out;
2424}
2525
2626.layout-vertical .left-pane-toggle-button .action-expand ::before {
27- transform : rotate ( 180deg ) ;
27+ rotate : 180deg ;
2828 animation : left-pane-toggle-button-expand 600ms ease-in-out;
2929}
You can’t perform that action at this time.
0 commit comments