File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -1105,13 +1105,20 @@ button.color {
1105
1105
}
1106
1106
1107
1107
// list buttons
1108
- // tone down as per new designs, see issue #1473, #1748
1109
1108
list row button .image-button :not (.flat ) {
1110
1109
@extend %undecorated_button ;
1111
- border : 1px solid gtkalpha ($borders_color , .5 );
1112
- & :hover { @include button (hover); }
1113
- & :active ,
1114
- & :checked { @include button (active ); }
1110
+ // border: 1px solid gtkalpha($borders_color, .5);
1111
+ & :hover {
1112
+ background-color : $view_hover_color ;
1113
+ }
1114
+ & :active {
1115
+ background-color : $view_active_color ;
1116
+ }
1117
+ & :checked {
1118
+ background-color : $view_selected_color ;
1119
+ & :hover { background-color : $view_selected_hover_color ; }
1120
+ & :active { background-color : $view_selected_active_color ; }
1121
+ }
1115
1122
}
1116
1123
1117
1124
// *********
You can’t perform that action at this time.
0 commit comments