From b6e6f74410b04d667dfbb45ee16813e22ed9ec7d Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Fri, 16 Dec 2022 12:06:04 +0100 Subject: [PATCH] [IMP][CSS] Remove repetitive or unnused CSS --- extensions/odoo_theme/static/style.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 89996ce88..82f048e38 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -432,11 +432,6 @@ header { grid-template-columns: minmax(0,$o-side-nav-width) minmax(0,auto) minmax(0,$o-on-page-width); margin-top: $o-headers-height; } - p { - > code { - padding: 0 .3rem; - } - } // Literals Styles (ex: https://www.odoo.com/documentation/master/developer/reference/backend/orm.html#fields) .o_code, .sig [class^="sig-"] { @@ -869,14 +864,6 @@ header { } } - .pq-patch em { - display: block; - border-radius: 4px 4px 0 0; - background: $o-gray-bg; - padding: .2rem 1rem; - @include font-size($font-size-sm); - font-weight: 600; - } .container .container:not([class^="col"]) { padding: 0;