* popover menu transition fix.

pull/311/head
Megax 2016-04-10 12:24:14 +02:00
parent 6b2154a5ed
commit 537b3d38d6
1 changed files with 7 additions and 2 deletions
gtk-3.20/scss/widgets

View File

@ -45,8 +45,7 @@
menu, .menu {
padding: 0;
border-radius: 0;
//border: 0;
border: 1px solid border_normal($menu_bg_color);
border: 0;
background-color: $menu_bg_color;
color: $menu_fg_color;
@ -302,5 +301,11 @@
&.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
}
}
&.flat {
&, &:hover {
transition: none;
}
}
}
}