Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/31/2018 01:44:18 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Re-factor Compose pencil icon

Commit changes the compose link to a text one removing the pencil icon.

As an icon it might not have been clear to the purpose of the link, as text it's clearer and is also easier to handle styling/layout within the li element structure.

Props mercime

Fixes #7715

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss

    r11913 r11916  
    66.message-action-star:before,
    77.message-action-unstar:before,
    8 .bp-navs ul li#compose-personal-li a#compose:before,
    98.message-action-view:before,
    109.message-action-delete:before {
     
    1312}
    1413
    15 .bp-navs ul li#compose-personal-li a#compose:before {
    16     font-size: 22px;
    17 }
    18 
    1914.message-action-star:before {
    2015    color: #aaa;
     
    4843    }
    4944}
    50 
    51 // Compose Icon
    52 li#compose-personal-li {
    53 
    54     &.last {
    55         margin-top: 0;
    56     }
    57 
    58     a#compose {
    59         display: inline-block;
    60         padding: 1px 6px;
    61     }
    62 
    63     a#compose:before {
    64         content: "\f464";
    65     }
    66 
    67     a#compose:focus,
    68     a#compose:hover {
    69         background: #eee;
    70         color: #e8861e;
    71     }
    72 
    73 } // close li#compose-personal-li
    7445
    7546// Visual message threads & preview pane styles
     
    12495            @include center-vert();
    12596            @include box-item-size(1, 2, 5%);
    126 
    127             label {
    128                 float: left;
    129                 margin-left: $marg-xsml;
    130                 text-align: center;
    131                 width: 5%;
    132             }
    13397        }
    13498
Note: See TracChangeset for help on using the changeset viewer.