Making WordPress.org


Ignore:
Timestamp:
04/18/2018 03:01:23 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Make inline topic/reply admin links visible on focus in addition to hover.

Props anevins.
Fixes #3579.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    r6958 r7126  
    445445#bbpress-forums li.bbp-body div.type-reply {
    446446    border-top: 1px solid #eee;
    447 }
    448 
    449 #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links,
    450 #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links {
    451     display: none;
    452 }
    453 
    454 #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,
    455 #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links {
    456     display: block;
    457     position: absolute;
    458     right: 30px;
    459     bottom: 10px;
    460447}
    461448
Note: See TracChangeset for help on using the changeset viewer.