Making WordPress.org

Ticket #3041: 3041.2.diff

File 3041.2.diff, 1.2 KB (added by SergeyBiryukov, 7 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

     
    20092009                > a {
    20102010                        position: relative;
    20112011                       
    2012                         &:first-child {
    2013                                 @media(min-width: 571px) {
     2012                        @media(min-width: 571px) {
     2013                                &:first-child {
    20142014                                        right: -6px;
    20152015                                        border-radius: 3px 0 0 3px;
    20162016                                }
    2017                         }
    2018                         &:last-child {
    2019                                 @media(min-width: 571px) {
     2017                                &:last-child {
    20202018                                        border-radius: 0 3px 3px 0;
    20212019                                }
    20222020                        }
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

     
    23302330    right: -6px;
    23312331    border-radius: 3px 0 0 3px;
    23322332  }
    2333 }
    2334 
    2335 @media (min-width: 571px) {
    23362333  .single-command .btn-group > a:last-child {
    23372334    border-radius: 0 3px 3px 0;
    23382335  }