Make WordPress Core

Changeset 47824


Ignore:
Timestamp:
05/19/2020 10:16:43 PM (5 years ago)
Author:
whyisjake
Message:

File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons.
Buttons should use the default buttons styles, no exceptions.

This commit bring the changes from [47751] to the 5.4 branch.

Props passoniate, garethgillman, @afercia.
See #49197.
Fixes #49353.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/src/wp-admin/css/common.css

    r47252 r47824  
    39233923
    39243924    .fileedit-sub input[type="submit"] {
    3925         margin-bottom: 0px;
    3926         padding: 0px 18px;
     3925        margin-bottom: 0;
    39273926    }
    39283927
     
    39383937    #documentation input[type="button"] {
    39393938        margin-bottom: 0;
    3940         padding: 8px 18px;
    39413939    }
    39423940
Note: See TracChangeset for help on using the changeset viewer.