Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/15/2020 10:14:12 AM (6 years ago)
Author:
imath
Message:

Template Packs: fix some CSS coding standards

Props man4toman

Fixes #8157

File:
1 edited

Legend:

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

    r12226 r12571  
    167167
    168168@mixin border-radius-none() {
    169         -webkit-border-radius: none;
    170         -moz-border-radius: none;
    171         -ms-border-radius: none;
    172         border-radius: none;
     169        -webkit-border-radius: 0;
     170        -moz-border-radius: 0;
     171        -ms-border-radius: 0;
     172        border-radius: 0;
    173173}
    174174
Note: See TracChangeset for help on using the changeset viewer.