Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54345, comment 1


Ignore:
Timestamp:
10/30/2021 05:30:20 AM (4 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54345, comment 1

    initial v1  
    11Welcome to Trac and thanks for the report!
    22
    3 I think this might be caused by a plugin. If you're using a mouse, could you right-click the word "Publish" and select Inspect Element to find exactly where the problematic style is? That style could be on the `components-dropdown` div or the button inside it (look for `opacity` or `display: none` or `visibility: hidden` and then hover over the file name to see where that is located).
     3I think this might be caused by a plugin. If you're using a mouse, could you right-click the word "Publish" and select Inspect Element to find exactly where the problematic style is? That style could be on the `components-dropdown` div or the button inside it (look for `opacity: 0` or `display: none` or `visibility: hidden` and then hover over the file name to see where that is located).