File tree Expand file tree Collapse file tree
src/gtk-3.20/scss/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 .context-menu {
7474 border : 0 ;
7575 border-radius : 0 ;
76- padding : 2 px 0 ;
76+ padding : 0 ;
7777 background-color : $menu_bg_color ;
7878 color : $menu_fg_color ;
7979
8585 separator ,
8686 .csd & separator {
8787 background-color : shade ($menu_bg_color , ($contrast + .1 ));
88- margin : ( $spacing - 2 px ) 0 ;
88+ margin : 1 px 0 ;
8989 }
9090
9191 // Firefox workaround
9292 .separator ,
9393 .csd & .separator { color : shade ($menu_bg_color , ($contrast + .1 )); }
9494
9595 menuitem {
96- min-height : 16 px ;
96+ min-height : 14 px ;
9797 min-width : 40px ;
9898 padding : $spacing - 1px ;
9999 border-radius : 0 ;
111111
112112 // submenu indicators
113113 arrow {
114- min-height : 16 px ;
115- min-width : 16 px ;
114+ min-height : 14 px ;
115+ min-width : 14 px ;
116116
117117 & :dir (ltr ) {
118118 -gtk-icon-source : -gtk-icontheme (' pan-end-symbolic' );
152152 > arrow {
153153 // @include button(undecorated);
154154
155- min-height : 16 px ;
156- min-width : 16 px ;
155+ min-height : 14 px ;
156+ min-width : 14 px ;
157157 padding : $spacing ;
158158 background-color : $menu_bg_color ;
159159 border-radius : 0 ;
196196 }
197197
198198 check , radio {
199- min-height : 16 px ;
200- min-width : 16 px ;
199+ min-height : 14 px ;
200+ min-width : 14 px ;
201201
202202 & :dir (ltr ) { margin-right : 7px ; }
203203 & :dir (rtl ) { margin-left : 7px ; }
288288
289289 modelbutton.flat ,
290290 menuitem .button.flat {
291- padding : $spacing ($spacing + 2 px );
291+ padding : ( $spacing - 1 px ) ($spacing + 1 px );
292292 outline-color : transparent ;
293293 transition : none ;
294294
You can’t perform that action at this time.
0 commit comments