stable
Clone or download
Read-only
Part of story #9197: Get rid of Bootstrap in site admin Change-Id: I64cb8c87aadaa3662e2c26bdef03ae00ea40197a
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +6 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +10 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/GlobalMenuItemPresenter.php | +5 | −1 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/PresenterBuilder.php | +28 | −3 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/UserNavPresenter.php | +87 | −2 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_navbar.scss | +55 | −66 | Go to diff View file |
A | src/www/themes/BurningParrot/templates/global-menu-item.mustache | +4 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar-global-nav.mustache | +1 | −4 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar-user-nav.mustache | +25 | −0 | Go to diff View file |