Skip to content

Commit

Permalink
overwrite font in tab menu (#7324)
Browse files Browse the repository at this point in the history
* overwrite font in tab menu

* move css rules to another module

---------

Co-authored-by: Philipp Otto <[email protected]>
  • Loading branch information
fm3 and philippotto authored Sep 8, 2023
1 parent d695791 commit 18a042d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions frontend/stylesheets/flex_layout_overwrites.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
z-index: 100;
}

.flexlayout__popup_menu {
// These properties are copied from antd's styling:
font-family: @font-family;
font-weight: 400;
font-size: 14px;
}

.flexlayout__tab_button {
margin: 0;
padding: 0px 5px;
Expand Down
3 changes: 2 additions & 1 deletion frontend/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ i.without-icon-margin,
}
}

.ant-message, .ant-message * {
.ant-message,
.ant-message * {
pointer-events: none;
}

0 comments on commit 18a042d

Please sign in to comment.