Ticket #3041: 3041.2.diff
File 3041.2.diff, 1.2 KB (added by , 7 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
2009 2009 > a { 2010 2010 position: relative; 2011 2011 2012 &:first-child{2013 @media(min-width: 571px){2012 @media(min-width: 571px) { 2013 &:first-child { 2014 2014 right: -6px; 2015 2015 border-radius: 3px 0 0 3px; 2016 2016 } 2017 } 2018 &:last-child { 2019 @media(min-width: 571px) { 2017 &:last-child { 2020 2018 border-radius: 0 3px 3px 0; 2021 2019 } 2022 2020 } -
wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
2330 2330 right: -6px; 2331 2331 border-radius: 3px 0 0 3px; 2332 2332 } 2333 }2334 2335 @media (min-width: 571px) {2336 2333 .single-command .btn-group > a:last-child { 2337 2334 border-radius: 0 3px 3px 0; 2338 2335 }