mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -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:
parent
424469eae1
commit
d9b6f859e3
@ -1,3 +0,0 @@
|
||||
.oe_url_attachment{
|
||||
padding: 3px 20px;
|
||||
}
|
@ -1,6 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<templates id="template" xml:space="preserve">
|
||||
<t t-name="AddUrlDocumentItem">
|
||||
<li class="oe_sidebar_add_url"><span class="oe_url_attachment">Add URL...</span></li>
|
||||
<li class="oe_sidebar_add_url">
|
||||
<a class="oe_file_attachment">Add URL...</a>
|
||||
</li>
|
||||
</t>
|
||||
</templates>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user