Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/14/2018 02:08:43 PM (8 years ago)
Author:
hnla
Message:

Nouveau: Update group creation links to OL element

Commit changes list construct for create step links to use an ordered list rather than unordered in groups/create.php.

Adjusts styles to reflect use of either ul/ol in tabbed links rulesets.

Props mercime, hnla

Closes #7732

File:
1 edited

Legend:

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

    r11973 r11974  
    339339        .tabbed-links {
    340340
    341                 ul {
     341                ul,
     342                ol {
    342343                        border-bottom: 1px solid $bp-border-dark;
    343344                        float: none;
     
    359360                                margin: 0 $marg-sml 0 0;
    360361
    361                                 a {
     362                                a,
     363                                span {
    362364                                        background: none;
    363365                                        border: none;
    364366                                        display: block;
    365367                                        padding: 4px 10px;
     368                                }
     369
     370                                a:focus,
     371                                a:hover {
     372                                        background: none;
    366373                                }
    367374                        }
     
    374381                                border-width: 1px;
    375382                                margin-bottom: -1px;
    376                                 margin-top: 1px;
    377                                 padding: 0 $pad-sml;
     383                                padding: 0 $pad-sml 1px;
    378384
    379385                                a {
Note: See TracChangeset for help on using the changeset viewer.