Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/05/2018 07:39:37 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Update message bulk action select styles

Remove select-wrap border on show, add border on focus/hover.

This minor change sits better with the recent update to show text label in r11951 initially showing select as inline with label text.

Border makes inline elements jump in height, on hover/focus outline is introduced to visually define the select control & avoid the height change.

File:
1 edited

Legend:

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

    r11930 r11952  
    8888
    8989            .bulk-actions-wrap {
    90                 border: 1px solid $bp-border-color;
    9190
    9291                &.bp-show {
     
    101100            .select-wrap {
    102101                border: 0;
     102            }
     103
     104            .select-wrap:focus,
     105            .select-wrap:hover {
     106                outline: 1px solid $med-light-grey;
    103107            }
    104108
     
    122126
    123127            .bulk-apply {
     128                border: 0;
    124129                border-radius: none;
    125                 border: 0;
    126130                font-weight: 400;
    127131                line-height: 1.8;
Note: See TracChangeset for help on using the changeset viewer.