Skip to:
Content

BuddyPress.org

Changeset 11917


Ignore:
Timestamp:
03/31/2018 02:12:38 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Color contrast - increase informational box background color depth

To pass color contrast wcag tests increase the depth of the background color for the variable $informational.

Props mercime

Fixes #7735

Location:
trunk/src/bp-templates/bp-nouveau
Files:
3 edited

Legend:

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

    r11757 r11917  
    6060// The colors for boxes
    6161$warnings:       #d33 !default;
    62 $informational:  #38a !default;
     62$informational:  #0b80a4 !default;
    6363$loading:        #ffd087 !default;
    6464$update-success: #8a2 !default;
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r11916 r11917  
    41334133
    41344134.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    4135     background: #38a;
     4135    background: #0b80a4;
    41364136    border: 0;
    41374137    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
     
    42524252.buddypress-wrap .bp-feedback.info .bp-icon,
    42534253.buddypress-wrap .bp-feedback.help .bp-icon {
    4254     background-color: #38a;
     4254    background-color: #0b80a4;
    42554255}
    42564256
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r11916 r11917  
    41334133
    41344134.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    4135     background: #38a;
     4135    background: #0b80a4;
    41364136    border: 0;
    41374137    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
     
    42524252.buddypress-wrap .bp-feedback.info .bp-icon,
    42534253.buddypress-wrap .bp-feedback.help .bp-icon {
    4254     background-color: #38a;
     4254    background-color: #0b80a4;
    42554255}
    42564256
Note: See TracChangeset for help on using the changeset viewer.