<
From version < 6.1
edited by Thomas Mistelbauer
on 2021/12/13 06:26
To version < 3.1 >
edited by Thomas Mistelbauer
on 2019/05/10 05:58
Change comment: Migrated property [async_enabled] from class [XWiki.WikiMacroClass]

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -307,33 +307,6 @@
307 307   padding-left: 15px;
308 308   & .icon-bar {
309 309   background-color: @navbar-default-link-color;
310 - transition: .3s ease all;
311 - &:nth-of-type(2) {
312 - opacity: 0;
313 - }
314 - &:nth-of-type(3) {
315 - transform: rotate(45deg);
316 - }
317 - &:nth-of-type(4) {
318 - transform: rotate(-45deg);
319 - margin-top: -2px;
320 - margin-bottom: 6px;
321 - }
322 322   }
323 - &.collapsed {
324 - .icon-bar {
325 - &:nth-of-type(2) {
326 - opacity: 1;
327 - }
328 - &:nth-of-type(3) {
329 - transform: rotate(0);
330 - }
331 - &:nth-of-type(4) {
332 - transform: rotate(0);
333 - margin-top: 4px;
334 - margin-bottom: 0;
335 - }
336 - }
337 - }
338 338   }
339 339  }
XWiki.WikiMacroClass[0]
Asynchronous rendering
... ... @@ -1,1 +1,0 @@
1 -No
Cached
... ... @@ -1,1 +1,0 @@
1 -No