[FIX] theme_bistro, theme_zap: remove misleading 'hambuger' variable

Those two themes were defining a 'hambuger-type' variable to
'off-canvas', probably a typo of 'hamburger-type'... but the themes
do not even activate the views related to 'off-canvas', so this had
simply no effect and did not create any bug.

closes odoo/design-themes#487

X-original-commit: 4f8139719e
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
qsm-odoo
2021-08-18 08:51:59 +00:00
parent e61b107d35
commit e09fe66b1b
2 changed files with 0 additions and 2 deletions
@@ -8,7 +8,6 @@ $o-website-values-palettes: (
// Header // Header
'header-template': 'vertical', 'header-template': 'vertical',
'hambuger-type': 'off-canvas',
'hamburger-position': 'right', 'hamburger-position': 'right',
'logo-height': 3rem, 'logo-height': 3rem,
'fixed-logo-height': 2rem, 'fixed-logo-height': 2rem,
@@ -13,7 +13,6 @@ $o-website-values-palettes: (
'header-font-size': (14 / 16) * 1rem, 'header-font-size': (14 / 16) * 1rem,
'font-size-base': (14 / 16) * 1rem, 'font-size-base': (14 / 16) * 1rem,
'hambuger-type': 'off-canvas',
'hamburger-position': 'right', 'hamburger-position': 'right',
// Font // Font