Skip to content

Commit c93b676

Browse files
Menu: items with links must have the same gap as the default items in the Fluent theme (T1301712) (DevExpress#30660)
1 parent 7f4d2b3 commit c93b676

File tree

1 file changed

+11
-0
lines changed
  • packages/devextreme-scss/scss/widgets/fluent/menuBase

1 file changed

+11
-0
lines changed

packages/devextreme-scss/scss/widgets/fluent/menuBase/_index.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@
3434
&.dx-state-active {
3535
background-color: $menu-item-bg-active;
3636
}
37+
38+
.dx-item-url {
39+
display: inherit;
40+
gap: inherit;
41+
}
42+
43+
.dx-icon-with-url {
44+
&::before {
45+
display: inline-block;
46+
}
47+
}
3748
}
3849

3950
.dx-menu-item-selected {

0 commit comments

Comments
 (0)