Fix linked buttons and other fixes

This commit is contained in:
Satyajit Sahoo
2014-11-23 22:36:45 +05:30
parent e87a3b6f41
commit c3bc33386c
12 changed files with 256 additions and 146 deletions
+18 -1
View File
@@ -1,4 +1,10 @@
@import "functions";
@import "global";
/******************
! Grid and flowbox
*******************/
.list {
background-color: shade($bg_color, 0.97);
@@ -26,4 +32,15 @@
}
}
.grid-child { padding: $spacing; }
.grid-child {
&, GtkFlowBox & {
padding: $spacing;
border-radius: $roundness;
&:selected {
@extend %selected_items;
outline-offset: -2px;
}
}
}