Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/04/2019 07:44:06 AM (6 years ago)
Author:
imath
Message:

Better link styling for "Export Data" link.

Make sure to generate the Data Export CSS rules using grunt commit and the SCSS process.

Props JarretC, boonebgorges.

Fixes #8020

File:
1 edited

Legend:

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

    r12082 r12394  
    11// BP User settings screens
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0 Add data export settings screen rules.
    34
    45// 1. Settings Global
     
    4243
    4344/*__ Group Invites __*/
     45
     46// Data Export
     47
     48/*__ Data Export __*/
     49body.buddypress.settings.data {
     50
     51    #buddypress.buddypress-wrap {
     52
     53        .item-body {
     54
     55            p {
     56
     57                a {
     58                    text-decoration: underline;
     59                }
     60            }
     61        }
     62    }
     63}
Note: See TracChangeset for help on using the changeset viewer.