Skip to content

Commit d0ec28b

Browse files
ENGCOM-6447: [Removed spacing in submenu on hover desktop] #25973
2 parents 4d614d6 + caadd52 commit d0ec28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/css/source/lib/_navigation.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
}
460460

461461
.submenu {
462-
top: 0 !important;
462+
top: -1px !important;
463463
left: 100% !important;
464464
}
465465

lib/web/css/source/lib/variables/_navigation.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
@submenu-desktop__font-size: '';
9292
@submenu-desktop__font-weight: @font-weight__bold;
9393
@submenu-desktop__min-width: 230px;
94-
@submenu-desktop__padding: 15px 0;
94+
@submenu-desktop__padding: 0;
9595

9696
@submenu-desktop-arrow: true; // [true|false]
9797
@submenu-desktop-arrow__size: 10px;

0 commit comments

Comments
 (0)