mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 12:22:18 -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
FernandoRomera
parent
4cf414c6ef
commit
ccd36508f9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user