Fix list-row

pull/224/head
Satyajit Sahoo 2014-12-13 20:09:58 +05:30
parent e8f4bef04c
commit da340ddb79
1 changed files with 16 additions and 13 deletions

View File

@ -11,11 +11,13 @@
color: $fg_color; color: $fg_color;
&-row { &-row {
&, &.button {
border: none; border: none;
border-radius: 0; border-radius: 0;
padding: $spacing; padding: $spacing;
background-image: none; background-image: none;
background-color: transparent; background-color: transparent;
box-shadow: none;
&:hover { &:hover {
background-image: none; background-image: none;
@ -30,6 +32,7 @@
} }
} }
} }
}
} }
.grid-child { .grid-child {