Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/28/2015 09:52:33 PM (9 years ago)
Author:
hnla
Message:

Correct a bullet point issue on bp forms where twentyfifteen styles might override BP list-style: none.
Adds a further list-style none to standard and group forms child li elements.

See #6689 Props slaffik

File:
1 edited

Legend:

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

    r10295 r10319  
    20162016*/
    20172017
     2018#buddypress {
     2019
    20182020// Match BP form elements to Themes(2015) styling where styles
    20192021// are not inherited or being overriden.
    2020 #buddypress {
    20212022
    20222023    div.activity-comments {
     
    20562057    .standard-form,
    20572058    .group-create-form {
    2058         li {float: none;}
     2059        li {
     2060            float: none;
     2061            list-style: none;
     2062        }
     2063
    20592064        input[type='text'],
    20602065        textarea {
Note: See TracChangeset for help on using the changeset viewer.