[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
|
||||||
'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,
|
||||||
|
|||||||
@@ -12,7 +12,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
|
||||||
|
|||||||
Reference in New Issue
Block a user