Making WordPress.org


Ignore:
Timestamp:
04/12/2023 09:09:42 PM (18 months ago)
Author:
coffee2code
Message:

Photo Directory: Move "Copy to clipboard" button into tabbed container.

See #6097.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss

    r12385 r12537  
    533533        font-size: small;
    534534        padding: 0.25rem 0.5rem;
    535         margin-top: 1rem;
     535        margin-top: 1.5rem;
    536536    }
    537537
     
    555555            }
    556556        }
    557         .tab {
    558             display: none;
     557        .tab-content {
    559558            border: 1px solid #aaa;
    560559            padding: 1rem;
    561560            margin-top: -1px;
    562         }
    563         .active {
    564             display: block;
     561
     562            .tab {
     563                display: none;
     564
     565                &.active {
     566                    display: block;
     567                }
     568            }
    565569        }
    566570    }
Note: See TracChangeset for help on using the changeset viewer.