Making WordPress.org

Changeset 3677


Ignore:
Timestamp:
07/13/2016 03:18:50 PM (9 years ago)
Author:
obenland
Message:

Breathe: Remove image upload icon from front-end editor.

See https://wordpress.slack.com/archives/meta/p1468421227001535

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r3673 r3677  
    316316}
    317317
    318 
    319318.widget {
    320319    margin: 0 0 4em;
    321320    padding: 0;
     321}
     322
     323/* Hide image upload button. No image uploads on make blogs. */
     324.o2-editor-toolbar-button.genericon-picture {
     325    display: none;
    322326}
    323327
     
    387391    margin-right: 10px;
    388392    font-size: 1.2em;
    389     font-weight: normal;
    390     padding-right: 15px;
    391     border-right: 1px solid #ccc;
     393    font-weight: normal;
     394    padding-right: 15px;
     395    border-right: 1px solid #ccc;
    392396}
    393397
Note: See TracChangeset for help on using the changeset viewer.