mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-18 19:32:19 -06:00
[FIX][document_url] Consistent styling.
Without this patch, when you hover on the menu item, its background color does not change, and its cursor is a text one. With this patch, the menu item styling matches those available in all surrounding menus.
This commit is contained in:
committed by
Bhavesh Heliconia
parent
424469eae1
commit
d9b6f859e3
@@ -4,7 +4,6 @@
|
||||
|
||||
<template id="assets_backend" name="google_drive assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/document_url/static/src/css/url.css" type="text/css"/>
|
||||
<script type="text/javascript" src="/document_url/static/src/js/url.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user