Making WordPress.org

Changeset 12172


Ignore:
Timestamp:
10/31/2022 08:09:57 AM (3 years ago)
Author:
dd32
Message:

Trac: Use the correct CSS class to target prbot comments.

See [12168], #6555.

Location:
sites/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r12168 r12172  
    55
    66<?python
    7     scripts_version = '208'
     7    scripts_version = '209'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r12168 r12172  
    936936    display: none;
    937937}
    938 #changelog h3.chat-bot.pr-bot:hover .trac-ticket-buttons {
     938#changelog h3.chat-bot.prbot:hover .trac-ticket-buttons {
    939939    display: inherit;
    940940}
    941 #changelog h3.chat-bot.pr-bot .trac-ticket-buttons .trac-delete {
     941#changelog h3.chat-bot.prbot .trac-ticket-buttons .trac-delete {
    942942    display: none;
    943943}
Note: See TracChangeset for help on using the changeset viewer.