From 4f8139719e8d1aac58894d23bf4a0e4e16640997 Mon Sep 17 00:00:00 2001 From: qsm-odoo Date: Wed, 18 Aug 2021 08:51:59 +0000 Subject: [PATCH] [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) --- theme_bistro/static/src/scss/primary_variables.scss | 1 - theme_zap/static/src/scss/primary_variables.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/theme_bistro/static/src/scss/primary_variables.scss b/theme_bistro/static/src/scss/primary_variables.scss index b258e21b1..95476be0f 100644 --- a/theme_bistro/static/src/scss/primary_variables.scss +++ b/theme_bistro/static/src/scss/primary_variables.scss @@ -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, diff --git a/theme_zap/static/src/scss/primary_variables.scss b/theme_zap/static/src/scss/primary_variables.scss index 474618097..a56da006e 100644 --- a/theme_zap/static/src/scss/primary_variables.scss +++ b/theme_zap/static/src/scss/primary_variables.scss @@ -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