Prelim: More fiddling with Start menu popup

This commit is contained in:
Rory Fewell
2022-09-11 15:12:04 +01:00
committed by Rory Fewell
parent 5ecf4cbaac
commit 985de01a47
2 changed files with 4 additions and 30 deletions

View File

@@ -218,7 +218,7 @@ window.csd.xp-start-menu // Specificity hack -_-
//border-width: 1px 1px 1px 6px;
menuitem:not(.something):not(.somethingelse) // FIXME: Specificity hack
menuitem
{
@include __wintc_apply_props(
$start_menu_popup_menu_menuitem_styles
@@ -229,19 +229,19 @@ window.csd.xp-start-menu // Specificity hack -_-
&:first-child
{
margin-top: $start_menu_popup_menu_vmargin;
//margin-top: $start_menu_popup_menu_vmargin;
//margin-top: 1px;
image
{
margin-bottom: -1px;
//margin-bottom: -1px;
}
}
&:last-child
{
margin-bottom: $start_menu_popup_menu_vmargin;
//margin-bottom: $start_menu_popup_menu_vmargin;
//margin-bottom: 1px;
}

View File

@@ -343,32 +343,6 @@ $start_menu_allprograms_separator_styles:
);
//
// START MENU POPUP MENU
//
$start_menu_popup_menu_menuitem_styles:
wintc_define_props_box(
$start_menu_popup_menu_menuitem_styles,
true,
margin,
undefined,
3,
undefined,
3
);
$start_menu_popup_menu_menuitem_icon_styles:
wintc_define_props_box(
$start_menu_popup_menu_menuitem_icon_styles,
true,
margin,
undefined,
undefined,
undefined,
3
);
//
// START MENU PLACES COLUMN
//