Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/21/2015 11:36:04 PM (10 years ago)
Author:
r-a-y
Message:

bp-legacy: Improve the UX of the "What's New" activity post form.

  • The "What's New" <textarea> is now styled more consistently across all themes.
  • The block under the textarea ("Post in" dropdown box, "Post Update" and other items) is no longer truncated when there are many items there.
  • Selecting an item in the "Post in" dropdown box or clicking on any custom button no longer animates and hides the entire block.
  • For theme developers, the 'active' CSS class is now removed from the #whats-new-content DIV on focusout.
  • For theme develoeprs, the 'active' CSS class is also added to the #whats-new-textarea DIV on focus.
  • Various style declarations in our companion stylesheets are no longer needed.

See #6569.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r10292 r10295  
    652652        }
    653653
    654         textarea {width: 100%;}
    655654        // corrective measure for clipped elements due to JS inline styling
    656655
     
    687686
    688687        #whats-new-options[style] {
    689             min-height: 6rem;
    690             overflow: visible;
    691 
    692688            #whats-new-post-in-box {
    693689                border: 1px solid rgba($border-color, 0.5);
Note: See TracChangeset for help on using the changeset viewer.