Ticket #6024: 6024.patch
File 6024.patch, 1.2 KB (added by , 3 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
3821 3821 3822 3822 .bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links, 3823 3823 .bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links { 3824 display: none;3825 3824 position: absolute; 3826 3825 bottom: 0; 3827 3826 right: 0; … … 3855 3854 text-decoration: underline; 3856 3855 } 3857 3856 3858 .bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,3859 .bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links {3860 display: block;3861 }3862 3863 .bbpress #bbpress-forums li.bbp-body div.type-topic:focus-within span.bbp-admin-links,3864 .bbpress #bbpress-forums li.bbp-body div.type-reply:focus-within span.bbp-admin-links {3865 /* Separated from the block above due to browsers that3866 * don't support :focus-within */3867 display: block;3868 }3869 3870 3857 .bbpress #bbpress-forums ul.status-closed, 3871 3858 .bbpress #bbpress-forums ul.status-closed a { 3872 3859 color: inherit;