[IMP] pre-commit run after update

Includes some manual fixes to silent ESLint warnings.
pull/1845/head
Jairo Llopis 2020-01-24 13:45:39 +00:00 committed by ellbristow
parent 6c4b731e95
commit e2aa30a65a
2 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,5 @@
.o_tooltip {
&.o_animated {
display: none;
}
&.o_animated {
display: none;
}
}

View File

@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data>
<template id="assets_backend" name="web_no_bubble_assets" inherit_id="web.assets_backend">
<template
id="assets_backend"
name="web_no_bubble_assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_no_bubble/static/src/css/web_no_bubble.scss"/>
<link
rel="stylesheet"
href="/web_no_bubble/static/src/css/web_no_bubble.scss"
/>
</xpath>
</template>
</data>