Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/18/2019 08:33:46 AM (6 years ago)
Author:
imath
Message:

BP Nouveau: polish the layout of BuddyPress parts in Twenty Nineteen

Fixes #8023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss

    r12082 r12398  
    11// BP Activity Entries - activity loop
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.activity-list {
     
    134135                display: inline-block;
    135136                margin: 0 $marg-xsml;
    136                 vertical-align: bottom;
     137                vertical-align: text-top;
     138                width: 20px;
     139                height: 20px;
    137140            }
    138141
     
    216219            .button {
    217220                background: transparent;
     221                color: $dark-grey;
    218222            }
    219223
     
    327331
    328332                &:focus,
    329                 &:hover, {
     333                &:hover {
    330334                    background: $white;
    331335                    color: $black;
     
    372376            img {
    373377                max-width: 100%;
     378                background-color: $light-grey;
    374379            }
    375380        }
     
    410415                position: relative;
    411416                top: -20px;
     417
     418                img {
     419                    -webkit-box-shadow: 0 0 0 8px #fff;
     420                    box-shadow: 0 0 0 8px #fff;
     421                }
    412422            }
    413423
Note: See TracChangeset for help on using the changeset viewer.