Skip to content

Commit

Permalink
[IMP] pre-commit run after update
Browse files Browse the repository at this point in the history
Includes some manual fixes to silent ESLint warnings.
  • Loading branch information
Jairo Llopis authored and astirpe committed Mar 21, 2023
1 parent 52cd08f commit 05cc9b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions web_no_bubble/static/src/css/web_no_bubble.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.o_tooltip {
&.o_animated {
display: none;
}
&.o_animated {
display: none;
}
}
13 changes: 10 additions & 3 deletions web_no_bubble/views/web_no_bubble.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 05cc9b8

Please sign in to comment.