From 14891bc41fe9501ab77c75254f6682c8ca104e9d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 7 Nov 2013 09:58:06 -0800 Subject: [PATCH] No border radius here --- app/assets/stylesheets/common.css.scss | 2 -- 1 file changed, 2 deletions(-) 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%); } -- 2.43.2