Make WordPress Core

Changeset 47751


Ignore:
Timestamp:
05/03/2020 02:19:51 PM (5 years ago)
Author:
afercia
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.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r47622 r47751  
    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.