Skip to:
Content

BuddyPress.org

Changeset 14063


Ignore:
Timestamp:
10/29/2024 01:25:26 PM (4 months ago)
Author:
espellcaste
Message:

Register page input values display in invalid CSS state by default.

When validating registration fields, the invalid CSS class is applied on the first load of the registration form, even before filling in any values. (See ticket for visual aid).

Props vapvarun, upenwp12.

Fixes #8986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r13709 r14063  
    36403640.buddypress-wrap .standard-form select[required] {
    36413641    box-shadow: none;
     3642    border-color: #d6d6d6;
    36423643    border-width: 2px;
    36433644    outline: 0;
    3644 }
    3645 
    3646 .buddypress-wrap .standard-form input[required]:invalid,
    3647 .buddypress-wrap .standard-form textarea[required]:invalid,
    3648 .buddypress-wrap .standard-form select[required]:invalid {
    3649     border-color: #b71717;
    36503645}
    36513646
Note: See TracChangeset for help on using the changeset viewer.