Ticket #6662: 6662.patch
File 6662.patch, 978 bytes (added by , 2 years ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/table-of-contents.php
10 10 protected $styles = '<style> 11 11 .toc-jump { text-align: right; font-size: 12px; } 12 12 .toc-heading a { color: inherit; font-weight: inherit; margin-left: -25px; text-decoration: none !important; } 13 @media screen and (max-width: 767px) {.toc-heading a{margin-left:-10px;}} 13 14 .toc-heading a:before { visibility: hidden; vertical-align: middle; margin-top: -5px; margin-right: 5px; } 14 15 .toc-heading:target a:before { margin-left: -8px; margin-right: 13px; } 15 16 .toc-heading a:hover:before, .toc-heading a:focus:before { visibility: visible; }