Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2018 09:33:28 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Feedback messages styling

Commit adds the class .updated to the messages feedback rulesets.

The class had been overlooked in the grouped styles for icons and grouped styles.

File:
1 edited

Legend:

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

    r11755 r12012  
    168168    .bp-feedback.warning,
    169169    .bp-feedback.loading,
    170     .bp-feedback.success {
     170    .bp-feedback.success,
     171    .bp-feedback.updated {
    171172
    172173        .bp-icon {
     
    211212    }
    212213
    213     .bp-feedback.success {
     214    .bp-feedback.success,
     215    .bp-feedback.updated {
    214216
    215217        .bp-icon {
Note: See TracChangeset for help on using the changeset viewer.