Skip to content

Commit

Permalink
Fix icon menu item button font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrakern committed Dec 27, 2024
1 parent 6f394d5 commit 3480a94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/complete.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/scss/_icon-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
.icon-menu {
display: flex;
color: var(--navigation-color);
font-size: var(--navigation-font-size);
font-weight: var(--font-weight-navigation);

.menu-item {
:is(a, label, button):where(:not(._no-menu-item-style)) {
display: flex;
align-items: center;
color: var(--navigation-color);
font-size: inherit;
font-size: var(--navigation-font-size);
font-weight: var(--font-weight-navigation);
letter-spacing: 0;
padding: 0 10px;
height: var(--navigation-height);
Expand Down

0 comments on commit 3480a94

Please sign in to comment.