mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -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
Víctor Martínez
parent
9f6f42f104
commit
d95f43617a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user