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;
&-row {
&, &.button {
border: none;
border-radius: 0;
padding: $spacing;
background-image: none;
background-color: transparent;
box-shadow: none;
&:hover {
background-image: none;
@ -31,6 +33,7 @@
}
}
}
}
.grid-child {
&, GtkFlowBox & {