From 2be2841692535c6fbed5f6c4c5a5a6e3b1a3dc02 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#488 X-original-commit: 4f8139719e8d1aac58894d23bf4a0e4e16640997 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 5185d4c28..db40f51b7 100644 --- a/theme_bistro/static/src/scss/primary_variables.scss +++ b/theme_bistro/static/src/scss/primary_variables.scss @@ -8,7 +8,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 db51c2431..9ff160361 100644 --- a/theme_zap/static/src/scss/primary_variables.scss +++ b/theme_zap/static/src/scss/primary_variables.scss @@ -13,7 +13,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