mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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#486 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -6,7 +6,6 @@ $o-website-values-palettes: (
|
||||
(
|
||||
// Header
|
||||
'header-template': 'vertical',
|
||||
'hambuger-type': 'off-canvas',
|
||||
'hamburger-position': 'right',
|
||||
'logo-height': 3rem,
|
||||
'fixed-logo-height': 2rem,
|
||||
|
||||
@@ -12,7 +12,6 @@ $o-website-values-palettes: (
|
||||
|
||||
'header-font-size': (14 / 16) * 1rem,
|
||||
'font-size-base': (14 / 16) * 1rem,
|
||||
'hambuger-type': 'off-canvas',
|
||||
'hamburger-position': 'right',
|
||||
|
||||
// Font
|
||||
|
||||
Reference in New Issue
Block a user