Skip to content

Commit

Permalink
change(tabs): removed bottom margin from tabs menu
Browse files Browse the repository at this point in the history
- when you use the tab within a section with a dark bg
  color the menu will seem out of place compared to it's
  body content
  • Loading branch information
ichim-david committed Oct 4, 2022
1 parent 0961077 commit e9a1089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/less/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
display: none !important;
}

.ui.menu {
margin-bottom: @menuMarginButton;
}

> .styled > .tabs > .ui.menu,
> .styled > .tabs > .ui.grid > .column > .ui.menu,
> .tabs > .ui.menu,
Expand Down
2 changes: 2 additions & 0 deletions src/less/menu.variables
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Tabs menu
*******************************/

@menuMarginButton: 0;

/* Menu title */
@menuTitleFontSize: 24px;
@menuTitleFontWeight: normal;
Expand Down

0 comments on commit e9a1089

Please sign in to comment.