From 851b210487d302b1fd59fede5c10d3c7a8d56b33 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Mon, 2 Jun 2014 10:50:24 -0400 Subject: [PATCH] ui: fix list border radi --- ui/styles/_lists.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/styles/_lists.scss b/ui/styles/_lists.scss index be542e7108..4ffcae78b5 100644 --- a/ui/styles/_lists.scss +++ b/ui/styles/_lists.scss @@ -2,7 +2,7 @@ padding: 0; border-width: 2px; border-bottom-width: 2px; - border-radius: 0px; + border-radius: 2px; margin-bottom: 15px; margin-top: 15px; @include transition(background-color .3s ease-in-out); @@ -33,8 +33,6 @@ .list-bar { width: 100%; height: 20px; - border-top-right-radius: 2px; - border-top-left-radius: 2px; } &.list-link:hover { @@ -48,8 +46,6 @@ } &.list-condensed-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; border-color: $gray-background; margin-bottom: 4px; margin-top: 4px;