Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/21/2015 11:36:04 PM (9 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/twentyfourteen.scss

    r10155 r10295  
    673673        }
    674674
    675         textarea#whats-new {
    676             width: 100%;
    677         }
    678 
    679675        #whats-new-content {
    680 
    681             #whats-new-options[style] {
    682                 // Have to override the BP fixed height
    683                 height: auto !important;
    684             }
    685 
    686676            @media screen and (max-width: 594px) {
    687677                #whats-new-options {
Note: See TracChangeset for help on using the changeset viewer.