Adapt border-radius and box-shadow of menus to popovers

This commit is contained in:
frederik.feichtmeier 2018-11-30 11:54:22 +01:00
parent 95f06f6e75
commit a6a69dd567

View File

@ -6,7 +6,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$asset_suffix: if($variant=='dark', '-dark', '');
$backdrop_transition: 200ms ease-out;
$button_transition: all 200ms $ease-out-quad;
$menu_radius: 3px;
$menu_radius: 5px;
* {
padding: 0;
@ -4422,7 +4422,7 @@ decoration {
.csd.popup & {
border-radius: $menu_radius;
box-shadow: 0 1px 5px transparentize(black, 0.7),
box-shadow: 0 1px 2px transparentize(black, 0.7),
0 0 0 1px transparentize($_wm_border, 0.1);
}
@ -4664,4 +4664,4 @@ popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background-color: $popover_hover_color;
}
}