Skip to:
Content

BuddyPress.org

Changeset 12988


Ignore:
Timestamp:
07/08/2021 04:35:56 PM (4 years ago)
Author:
imath
Message:

Administration: use the official BP color for our blocks category icon

The BuddyPress Blocks category icon inside the Block Editor's inserter will now use our bright red color!

Fixes #8506

Location:
trunk/src/bp-core/admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/css/common-rtl.css

    r12927 r12988  
    2222    3.2 Site Notices
    23234.0 Emails - Edit page
    24 5.0 Plugins page
     245.0 Block Editor
     256.0 Plugins page
    2526------------------------------------------------------------------------------*/
    2627
     
    539540
    540541/*------------------------------------------------------------------------------
    541  * 5.0 Plugins page
     542 * 5.0 Block Editor
     543 *----------------------------------------------------------------------------*/
     544.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo {
     545    color: #d84800;
     546}
     547
     548/*------------------------------------------------------------------------------
     549 * 6.0 Plugins page
    542550 *----------------------------------------------------------------------------*/
    543551#buddypress-update.not-shiny .update-message {
  • trunk/src/bp-core/admin/css/common.css

    r12927 r12988  
    2222    3.2 Site Notices
    23234.0 Emails - Edit page
    24 5.0 Plugins page
     245.0 Block Editor
     256.0 Plugins page
    2526------------------------------------------------------------------------------*/
    2627
     
    539540
    540541/*------------------------------------------------------------------------------
    541  * 5.0 Plugins page
     542 * 5.0 Block Editor
     543 *----------------------------------------------------------------------------*/
     544.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo {
     545    color: #d84800;
     546}
     547
     548/*------------------------------------------------------------------------------
     549 * 6.0 Plugins page
    542550 *----------------------------------------------------------------------------*/
    543551#buddypress-update.not-shiny .update-message {
Note: See TracChangeset for help on using the changeset viewer.