Tweak sidebar

pull/224/head
Satyajit Sahoo 2014-11-14 21:43:25 +05:30
parent 2d1661776f
commit 608c5be890
1 changed files with 12 additions and 10 deletions

View File

@ -6,34 +6,36 @@
color: mix($fg_color, $bg_color, 0.1); color: mix($fg_color, $bg_color, 0.1);
&.separator { &.separator {
&, &:hover, &:focus {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: shade($bg_color, 0.9); border-color: shade($bg_color, 0.9);
color: shade($bg_color, 0.9); color: shade($bg_color, 0.9);
} }
} }
}
row, .view row { row, .view row {
&:selected { &:selected {
&, &:hover, &:focus { &, &:hover, &:focus {
border-color: border_normal($selected_bg_color); border: none;
background-image: none;
background-color: $selected_bg_color; background-color: $selected_bg_color;
background-image: none;
color: $selected_fg_color; color: $selected_fg_color;
} }
&:prelight { &:prelight {
border-color: border_focus($selected_bg_color); border: none;
background-image: none;
background-color: shade($selected_bg_color, 1.05); background-color: shade($selected_bg_color, 1.05);
background-image: none;
color: $selected_fg_color; color: $selected_fg_color;
} }
} }
&:prelight { &:prelight {
border-color: shade($bg_color, 1.05); border: none;
background-color: shade($bg_color, 1.05);
background-image: none; background-image: none;
background-color: shade($bg_color, 0.95);
color: $fg_color; color: $fg_color;
} }
} }