diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 7d9aae86d7..19cb547bd4 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -156,15 +156,6 @@ ul.linklist.bulletin li.small-icon:before { margin-top: 2px; } -.notouch.section-viewtopic .post-buttons { - opacity: 0; - transition: opacity .5s; -} - -.notouch.section-viewtopic .post:hover .post-buttons { - opacity: 1; -} - .post-buttons li { float: left; margin-right: 3px;