Skip to content

Commit

Permalink
fix css bug with mobile navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Aug 18, 2020
1 parent 7e207a0 commit aaa7158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/MateThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class MateThemeSetup extends \BackendModule
{
const VERSION = '2.11.4';
const VERSION = '2.11.5';

protected $strTemplate = 'be_mateTheme_setup';

Expand Down
1 change: 1 addition & 0 deletions src/Resources/public/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3578,6 +3578,7 @@ mark {
background: none;
box-shadow: none;
transform: none;
top: 0;

i.material-icons {
color: $navbar-mobile-menu-icon-color;
Expand Down

0 comments on commit aaa7158

Please sign in to comment.