Skip to content

Commit

Permalink
Issue #132: Adapt for core admin menu changes.
Browse files Browse the repository at this point in the history
Fixes #132.
  • Loading branch information
laryn committed May 3, 2024
1 parent 9240a69 commit 24273da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/css/layout/gin_admin_bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
text-align: right;
}

#admin-bar li span.admin-bar-link-icon {
display: none;
}

.gin--dark-mode #admin-bar {
background: var(--gin-bg-layer);
}
Expand Down
4 changes: 4 additions & 0 deletions styles/layout/gin_admin_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
margin: 0;
z-index: 999;

li span.admin-bar-link-icon {
display: none;
}

.gin--dark-mode & {
background: var(--gin-bg-layer);
}
Expand Down

0 comments on commit 24273da

Please sign in to comment.