Making WordPress.org


Ignore:
Timestamp:
02/05/2017 11:55:07 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Reorganize some CSS rules:

  • Use SASS' extend feature more efficiently to avoid excessively verbose selectors.
  • Remove unused .plugin-upload-form styles.
  • No visual changes.

Fixes #2479.

File:
1 edited

Legend:

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

    r4779 r4886  
    4545.button,
    4646.button-primary,
    47 .button-secondary,
    48 .plugin-upload-form .button-primary {
     47.button-secondary {
    4948    border: 1px solid;
    5049    border-radius: 3px;
     
    213212
    214213.button-primary,
    215 .download-button,
    216 .plugin-upload-form .button-primary {
     214.download-button {
    217215    background: #0085ba;
    218216    border-color: #0073aa #006799 #006799;
     
    336334    .button,
    337335    .button.button-large,
    338     .button.button-small,
    339     .plugin-upload-form .button-primary {
     336    .button.button-small {
    340337        font-size: 14px;
    341338        height: auto;
Note: See TracChangeset for help on using the changeset viewer.