Make WordPress Core

Ticket #58756: 58756.diff

File 58756.diff, 1.0 KB (added by joedolson, 3 years ago)

Corrected file

  • src/wp-admin/css/media.css

     
    1001996        padding: 0 10px;
    1002997}
    1003998
     999.imgedit-menu .button:after,
    10041000.imgedit-menu .button:before {
    10051001        font: normal 16px/1 dashicons;
    10061002        margin-right: 8px;
     
    10121008        -moz-osx-font-smoothing: grayscale;
    10131009}
    10141010
     1011.imgedit-menu .imgedit-rotate.button:after {
     1012        content: '\f140';
     1013        margin-left: 2px;
     1014        margin-right: 0;
     1015}
     1016
     1017.imgedit-menu .imgedit-rotate.button[aria-expanded="true"]:after {
     1018        content: '\f142';
     1019}
     1020
    10151021.imgedit-menu .button.disabled {
    10161022        color: #a7aaad;
    10171023        border-color: #dcdcde;
     
    11211127}
    11221128
    11231129.imgedit-popup-menu {
    1124         width: fit-content;
     1130        width: calc( 100% - 20px );
    11251131        position: absolute;
    1126         left: calc( 100% + 4px );
    1127         top: -3px;
     1132        background: #fff;
     1133        padding: 10px;
     1134        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    11281135}
    11291136
    11301137.image-editor .imgedit-menu .imgedit-popup-menu button {