Browse Source

ui: fix list border radi

pull/194/head
Jack Pearkes 11 years ago
parent
commit
851b210487
  1. 6
      ui/styles/_lists.scss

6
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;

Loading…
Cancel
Save