Skip to:
Content

BuddyPress.org

Changeset 12394


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

Location:
trunk/src/bp-templates/bp-nouveau
Files:
3 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}
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r12352 r12394  
    23402340}
    23412341
    2342 #buddypress.buddypress-wrap .item-body p a {
    2343     text-decoration: underline;
    2344 }
    2345 
    23462342/**
    23472343*----------------------------------------------------
     
    32283224/*__ Profile visibility __*/
    32293225/*__ Group Invites __*/
     3226/*__ Data Export __*/
     3227body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a {
     3228    text-decoration: underline;
     3229}
     3230
    32303231/**
    32313232*-------------------------------------------------------------------------------
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12352 r12394  
    23402340}
    23412341
    2342 #buddypress.buddypress-wrap .item-body p a {
    2343     text-decoration: underline;
    2344 }
    2345 
    23462342/**
    23472343*----------------------------------------------------
     
    32283224/*__ Profile visibility __*/
    32293225/*__ Group Invites __*/
     3226/*__ Data Export __*/
     3227body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a {
     3228    text-decoration: underline;
     3229}
     3230
    32303231/**
    32313232*-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.