diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 55e7c2b8bd..f4873fea2e 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -216,15 +216,13 @@ li:last-child { a { border-radius: 0 0 3px 3px; - border-top: 1px dashed $lightGrey; + border:none; } } li:nth-child(2) { a { border-radius: 3px 3px 0 0; - border-top: 1px dashed $lightGrey; - border-bottom: 1px dashed $lightGrey; } }