From: John Firebaugh Date: Thu, 7 Nov 2013 17:58:06 +0000 (-0800) Subject: No border radius here X-Git-Tag: live~4609^2~152 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/14891bc41fe9501ab77c75254f6682c8ca104e9d?ds=sidebyside No border radius here --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 9625c656b..f95bc6353 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -304,9 +304,7 @@ nav.primary { float: left; &:last-child { border-right: 0; - > a { border-radius: 0 $border-radius $border-radius 0; } } - &:first-child > a { border-radius: $border-radius 0 0 $border-radius; } > a:hover { background: lighten($green, 30%); } &.current > a:hover { background: $green; } &.disabled > a:hover { background: lighten($green, 38%); }