IceWreck / Argon-Dokuwiki-Template

Dokuwiki Template based on the Argon Design System
Other
409 stars 36 forks source link

Left sidebar looks weird with Dw2Pdf plugin #44

Open iamarya2k24 opened 4 years ago

iamarya2k24 commented 4 years ago

image

Please check the attached image for context.

iamarya2k24 commented 4 years ago

This was fixed after I switched to a different theme.

splitbrain commented 3 years ago

This is still a problem. Ticket should be reopened. Workaround: adding the following to conf/userall.less

#dokuwiki__pagetools ul li a.export_pdf:before {
    content: '';
    display: none;
}

#dokuwiki__pagetools:hover ul li a.export_pdf,
#dokuwiki__pagetools ul li a.export_pdf:focus,
#dokuwiki__pagetools ul li a.export_pdf:active {
    background-image: none;
}
iamarya2k24 commented 3 years ago

I am not using dokuwiki anymore.