Commit 629bd283 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove border radius because it has wrong background

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 21e9ed2e
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
color: #555; color: #555;
margin:20px 0; margin:20px 0;
background: $box_bg; background: $box_bg;
border-top-left-radius: 5px;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09)); @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09));
&.issue-box-closed { &.issue-box-closed {
...@@ -112,7 +111,6 @@ ...@@ -112,7 +111,6 @@
float: left; float: left;
font-weight: bold; font-weight: bold;
padding: 10px 15px; padding: 10px 15px;
border-top-left-radius: 5px;
} }
.creator { .creator {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment