mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix linked buttons and other fixes
This commit is contained in:
+18
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user